Kaballas commited on
Commit
c61664b
·
verified ·
1 Parent(s): 3bdd4c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -13,8 +13,7 @@ USER anythingllm
13
  ENV STORAGE_DIR="/data/storage"
14
  ENV SERVER_PORT=7860
15
 
16
- # Copy the custom script that handles copying storage data
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