Spaces:
BG5
/
Sleeping

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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -31,7 +31,8 @@ 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 chomd 777 /data
 
35
  # RUN ./alist server
36
 
37
 
 
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 mkdir -p /data
35
+ RUN chmod 777 /data
36
  # RUN ./alist server
37
 
38