Place files in /etc/nginx/html not /usr/share/nginx - and I just DONT KNOW WHY.

This commit is contained in:
Dan Funk 2020-05-25 23:28:50 -04:00
parent c325e45337
commit c039b10dfd

View File

@ -31,5 +31,4 @@ ENTRYPOINT ["./entrypoint.sh", \
"/etc/nginx/html"]
### STAGE 3: Profit! ###
CMD ["nginx", "-g", "'daemon off;'"]
# CMD ["nginx", "-s", "reload"]
CMD ["nginx", "-g", "\"daemon off;\""]