From 183a79362ffb3905fe232f955bccc6dce71c7223 Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Sat, 24 Jan 2026 10:20:41 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E8=BF=98=E5=8E=9F?= 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 e214067..88a515a 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache tzdata && \ COPY service-gateway /app/service-gateway COPY config /app/config -RUN chmod +x /app/service-gateway +RUN chmod 777 /app/service-gateway WORKDIR /app CMD ["./service-gateway"] \ No newline at end of file