Add bracket [] in Dockerfile's entrypoint to parse argument correctly.

This commit is contained in:
Tomofumi Hayashi
2018-10-02 22:49:59 +09:00
committed by Tomofumi Hayashi
parent 635a275746
commit e9aa18319d

View File

@@ -24,4 +24,4 @@ ADD ./images/entrypoint.sh /
# does it require a root user?
# USER 1001
ENTRYPOINT /entrypoint.sh
ENTRYPOINT [/entrypoint.sh]