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