From d746fe5a7b4cb7782cfae92b881798f330da5533 Mon Sep 17 00:00:00 2001 From: franktrue Date: Sun, 30 Apr 2023 20:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 0aa2446..9231f15 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -7,7 +7,7 @@ RUN apk update && apk add --no-cache bash supervisor RUN adduser -S -D -H -h /app -s /sbin/nologin -u 1000 app RUN chown -R app /app -ADD server /app/server +ADD api2gpt-mid /app/server ADD work.ini /etc/supervisor.d/ CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"] \ No newline at end of file