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