fix(DOCKERFILE): terminate with SIGQUIT for NGINX

This commit is contained in:
Asif Bacchus 2021-01-07 13:34:09 -07:00
parent 00fcd6dd10
commit 5132e6f2e2
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ ENV TLS13_ONLY=FALSE
ENTRYPOINT [ "/entrypoint.sh" ]
# run NGINX by default
STOPSIGNAL SIGQUIT
CMD [ "nginx", "-g", "daemon off;" ]
# add build date and version labels