This commit is contained in:
William Miceli
2019-03-28 18:18:51 -04:00
parent 579b9998ee
commit ee504d4469

View File

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