Skip to content

Commit

Permalink
docker: Default to JSON log output for #90
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillyerd committed Mar 31, 2018
1 parent 47b5268 commit 87bab63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -25,7 +25,8 @@ VOLUME /config
VOLUME /storage

WORKDIR $INBUCKET_HOME
ENTRYPOINT "/start-inbucket.sh"
ENTRYPOINT ["/start-inbucket.sh"]
CMD ["-logjson"]

# Build Inbucket
COPY . $INBUCKET_SRC/
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -15,6 +15,7 @@ $(commands): %: cmd/%
clean:
go clean $(PKGS)
rm -f $(commands)
rm -rf dist

deps:
go get -t ./...
Expand Down

0 comments on commit 87bab63

Please sign in to comment.