Skip to content

Commit

Permalink
Add bracket [] in Dockerfile's entrypoint to parse argument correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Oct 2, 2018
1 parent adbea5a commit fb809eb
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 @@ -24,4 +24,4 @@ ADD ./images/entrypoint.sh /
# does it require a root user?
# USER 1001

ENTRYPOINT /entrypoint.sh
ENTRYPOINT [/entrypoint.sh]

0 comments on commit fb809eb

Please sign in to comment.