Disable e2e and use alternate form of cmd.

This commit is contained in:
Dan Funk 2020-05-26 00:41:54 -04:00
parent 3aae8bed38
commit d320bb927f

View File

@ -31,4 +31,4 @@ RUN ["./entrypoint.sh", \
"/etc/nginx/html"]
### STAGE 3: Profit! ###
CMD nginx -g daemon off
CMD /usr/sbin/nginx -g "daemon off;"