Kaballas commited on
Commit
a1bf8b5
·
verified ·
1 Parent(s): 09591e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -28,4 +28,9 @@ USER anythingllm
28
  ENV STORAGE_DIR="/data/storage"
29
  ENV SERVER_PORT=7860
30
 
 
 
 
 
 
31
  ENTRYPOINT ["/bin/bash", "/usr/local/bin/render-entrypoint.sh"]
 
28
  ENV STORAGE_DIR="/data/storage"
29
  ENV SERVER_PORT=7860
30
 
31
+ COPY copy-storage.sh /usr/local/bin/copy-storage.sh
32
+ RUN chmod +x /usr/local/bin/copy-storage.sh
33
+
34
+
35
+
36
  ENTRYPOINT ["/bin/bash", "/usr/local/bin/render-entrypoint.sh"]