Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -13,8 +13,7 @@ USER anythingllm
|
|
13 |
ENV STORAGE_DIR="/data/storage"
|
14 |
ENV SERVER_PORT=7860
|
15 |
|
16 |
-
|
17 |
-
COPY copy-storage.sh /usr/local/bin/copy-storage.sh
|
18 |
|
19 |
# Switch back to root to modify permissions
|
20 |
USER root
|
|
|
13 |
ENV STORAGE_DIR="/data/storage"
|
14 |
ENV SERVER_PORT=7860
|
15 |
|
16 |
+
cp -r /data/storage/ /app/storage-backup/
|
|
|
17 |
|
18 |
# Switch back to root to modify permissions
|
19 |
USER root
|