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