Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir flask requests curl_cffi werkzeug loguru python-d
|
|
| 10 |
|
| 11 |
RUN python -m patchright install --with-deps chrome
|
| 12 |
|
| 13 |
-
RUN chmod -R 777 /data/
|
| 14 |
|
| 15 |
ENV PORT=7860
|
| 16 |
ENV PYTHONUNBUFFERED=1
|
|
|
|
| 10 |
|
| 11 |
RUN python -m patchright install --with-deps chrome
|
| 12 |
|
| 13 |
+
RUN mkdir /data/ && chmod -R 777 /data/
|
| 14 |
|
| 15 |
ENV PORT=7860
|
| 16 |
ENV PYTHONUNBUFFERED=1
|