Switch entrypoint to json format

This commit is contained in:
Manuel Gutierrez
2020-02-03 17:07:58 +01:00
parent 4f7ae19d81
commit 6412cb90f9
+1 -1
View File
@@ -16,4 +16,4 @@ VOLUME ["/etc/nginx/conf.d"]
ENV NGINX_NAME="foo" \
NGINX_PWD="bar"
ENTRYPOINT /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]