Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Fix wrong order of arguments for tini
Browse files Browse the repository at this point in the history
  • Loading branch information
webwurst committed Mar 14, 2017
1 parent df3ecad commit 28fc42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN apk --no-cache add --virtual .build-deps \

USER nobody:nobody

CMD ["/sbin/tini", "/usr/local/bin/eventrouter", "--", "-v=3", "-logtostderr"]
CMD ["/sbin/tini", "--", "/usr/local/bin/eventrouter", "-v=3", "-logtostderr"]

0 comments on commit 28fc42c

Please sign in to comment.