Kaballas commited on
Commit
8177a0f
·
verified ·
1 Parent(s): 3bb4451

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN chmod +x /usr/local/bin/copy-storage.sh
24
  USER anythingllm
25
 
26
  # Set the entry point to run the script and the main application
27
- ENTRYPOINT ["/bin/bash", "/usr/local/bin/render-entrypoint.sh", "&&", "/bin/bash", "/usr/local/bin/copy-storage.sh"]
 
24
  USER anythingllm
25
 
26
  # Set the entry point to run the script and the main application
27
+ ENTRYPOINT ["/bin/bash", "/usr/local/bin/copy-storage.sh", "&&", "/bin/bash", "/usr/local/bin/render-entrypoint.sh"]