rogerxavier commited on
Commit
70d5bbf
1 Parent(s): 6117c5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pip install -r requirements.txt
18
  COPY . .
19
 
20
  # 更改文件夹权限
21
- RUN chmod -R 777 ./
22
 
23
 
24
  EXPOSE 7860
 
18
  COPY . .
19
 
20
  # 更改文件夹权限
21
+ RUN chmod -R 777 ./app
22
 
23
 
24
  EXPOSE 7860