From 90afcb140bc005dc07bbfdb64335af965c6d3f68 Mon Sep 17 00:00:00 2001 From: kaadon Date: Fri, 31 Oct 2025 18:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cb2b98..4f83cc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,8 @@ RUN apk add --no-cache tzdata && \ # 设置权限:app 目录可写,内部文件只读,runtime 目录可写 RUN chmod 755 /app && \ chmod -R 555 /app/* && \ - chmod -R 755 /app/runtime + chmod -R 755 /app/runtime && \ + chmod -R 755 /app/upload # 复制 crontab 配置并安装 COPY docker/crontab /tmp/crontab RUN cat /tmp/crontab && \