Spaces:
BG5
/
Paused

BG5 commited on
Commit
5e56db2
·
verified ·
1 Parent(s): da9e76f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -31,6 +31,7 @@ EXPOSE 7860
31
  RUN pip install --no-cache-dir --upgrade --break-system-packages -r requirements.txt
32
  RUN echo 'root:12345' | chpasswd
33
  RUN chmod +x alist
 
34
  # RUN ./alist server
35
 
36
 
 
31
  RUN pip install --no-cache-dir --upgrade --break-system-packages -r requirements.txt
32
  RUN echo 'root:12345' | chpasswd
33
  RUN chmod +x alist
34
+ RUN chomd 777 /data
35
  # RUN ./alist server
36
 
37