cacode commited on
Commit
ac28f88
·
verified ·
1 Parent(s): a041742

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -18,6 +18,8 @@ RUN pip install --no-cache-dir -r requirements.txt
18
  # 复制应用代码
19
  COPY app/ ./app/
20
 
 
 
21
  # 端口
22
  EXPOSE 7860
23
 
 
18
  # 复制应用代码
19
  COPY app/ ./app/
20
 
21
+ RUN chmod -R 777 /app
22
+
23
  # 端口
24
  EXPOSE 7860
25