diff --git a/nginx/Dockerfile b/nginx/Dockerfile index efbd0e1ddc..2b198fb1ab 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -6,4 +6,6 @@ COPY LICENSE /LICENSE COPY nginx.conf "/etc/nginx/nginx.conf.template" COPY start.sh /start.sh +STOPSIGNAL SIGQUIT + CMD /start.sh