Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -10,6 +10,8 @@ RUN pip install -r requirements.txt
|
|
10 |
|
11 |
RUN chmod -R 777 /app
|
12 |
|
|
|
|
|
13 |
EXPOSE 7860
|
14 |
|
15 |
CMD ["python", "main.py"]
|
|
|
10 |
|
11 |
RUN chmod -R 777 /app
|
12 |
|
13 |
+
RUN -R 777 /.cache
|
14 |
+
|
15 |
EXPOSE 7860
|
16 |
|
17 |
CMD ["python", "main.py"]
|