This commit is contained in:
William Miceli
2019-03-28 18:39:12 -04:00
parent d232dfe938
commit 8ef35cba91

View File

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