ykl45 commited on
Commit
1051b05
·
verified ·
1 Parent(s): a8374e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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