flzta commited on
Commit
81c74d7
·
verified ·
1 Parent(s): 6fe6747

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -30,6 +30,9 @@ COPY sync_data.sh /opt/cloudreve/
30
  # 设置同步脚本执行权限
31
  RUN chmod +x /opt/cloudreve/sync_data.sh
32
 
 
 
 
33
  # 暴露 Cloudreve 端口
34
  EXPOSE 5212
35
 
 
30
  # 设置同步脚本执行权限
31
  RUN chmod +x /opt/cloudreve/sync_data.sh
32
 
33
+ # **关键修改:添加写入权限**
34
+ RUN chmod -R 777 /opt/cloudreve/
35
+
36
  # 暴露 Cloudreve 端口
37
  EXPOSE 5212
38