Update Dockerfile
Browse files- 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"]
|