rogerxavier
commited on
Commit
•
6117c5e
1
Parent(s):
a29da7c
Update Dockerfile
Browse files- 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 ./
|
22 |
|
23 |
|
24 |
EXPOSE 7860
|