Switch entrypoint to json format

This commit is contained in:
Manuel Gutierrez
2020-02-03 16:36:26 +01:00
parent 03f4e39978
commit 82bb977b9c
+1 -1
View File
@@ -15,4 +15,4 @@ VOLUME ["/etc/nginx/conf.d"]
ENV NGINX_NAME="foo" \
NGINX_PWD="bar"
ENTRYPOINT /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]