This commit is contained in:
William Miceli
2019-03-28 18:47:06 -04:00
parent 8ef35cba91
commit b6774dcd99

View File

@@ -40,8 +40,5 @@ RUN usermod -aG www-data nginx
# Run startup script # Run startup script
ADD resources / ADD resources /
EXPOSE 80 # ENTRYPOINT [ "/usr/local/bin/startup.sh" ]
STOPSIGNAL SIGTERM
# ENTRYPOINT [ "--" ]
# Temporarily removed , "/usr/local/bin/startup.sh"
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]