This is an automated email from the ASF dual-hosted git repository.

bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 460c397  fix: add missing stopsignal (#349)
460c397 is described below

commit 460c397884efe5bbd3fd5856c88a19e0b58c9580
Author: Zeping Bai <[email protected]>
AuthorDate: Wed Sep 7 09:12:13 2022 +0800

    fix: add missing stopsignal (#349)
---
 centos/Dockerfile | 1 +
 debian/Dockerfile | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/centos/Dockerfile b/centos/Dockerfile
index 9825227..97199cc 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -35,3 +35,4 @@ EXPOSE 9080 9443
 
 CMD ["sh", "-c", "/usr/bin/apisix init && /usr/bin/apisix init_etcd && 
/usr/local/openresty/bin/openresty -p /usr/local/apisix -g 'daemon off;'"]
 
+STOPSIGNAL SIGQUIT
diff --git a/debian/Dockerfile b/debian/Dockerfile
index 641b6fd..fa69356 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -56,3 +56,5 @@ RUN ln -sf /dev/stdout /usr/local/apisix/logs/access.log \
 EXPOSE 9080 9443
 
 CMD ["sh", "-c", "/usr/bin/apisix init && /usr/bin/apisix init_etcd && 
/usr/local/openresty/bin/openresty -p /usr/local/apisix -g 'daemon off;'"]
+
+STOPSIGNAL SIGQUIT

Reply via email to