Skip to content

Commit eb5ef09

Browse files
committed
Add the STOPSIGNAL instruction to the nginx Dockerfile
[refs #bafc6ca4485c]
1 parent f29292e commit eb5ef09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ COPY ./html/ /var/www/html/
1616
CMD ["/usr/sbin/nginx", "-g", "daemon off;"]
1717

1818
EXPOSE 80
19+
20+
STOPSIGNAL SIGQUIT

0 commit comments

Comments
 (0)