Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|