Spaces:
BG5
/
Running

BG5 commited on
Commit
4c8b8f2
·
verified ·
1 Parent(s): d4565c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +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
 
37
  CMD ["python", "./alist server & app.py"]
 
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
 
37
  CMD ["python", "./alist server & app.py"]