From 86f86305eef6029cd3c3b33f96a90dd36100f737 Mon Sep 17 00:00:00 2001 From: ImSoZRious <30285202+ImSoZRious@users.noreply.github.com> Date: Fri, 5 Jan 2024 06:14:02 +0700 Subject: [PATCH] fix: dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e642028..41afeb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends --no-install-su COPY nginx.conf /etc/nginx/nginx.conf -COPY container-create.sh container-start.sh start.sh /usr/local/bin +COPY container-start.sh start.sh /usr/local/bin STOPSIGNAL SIGQUIT