remove the quotes

This commit is contained in:
Dan Funk 2020-05-25 23:53:41 -04:00
parent f48b2f6d39
commit 1f06f73a58

View File

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