Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Commit
•
3a791b6
1
Parent(s):
5c15a8b
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -26,5 +26,6 @@ RUN mkdir logs && chmod 777 logs
|
|
26 |
RUN pipx install poetry
|
27 |
|
28 |
RUN make install_frontend && make build_frontend && make install_backend
|
29 |
-
RUN if [ ! -d src/backend/base/langflow/frontend ] || [ ! "$(ls -A src/backend/base/langflow/frontend)" ]; then echo 'Folder src/backend/base/langflow/frontend does not exist or is empty'; exit 1; fi
|
30 |
-
|
|
|
|
26 |
RUN pipx install poetry
|
27 |
|
28 |
RUN make install_frontend && make build_frontend && make install_backend
|
29 |
+
RUN if [ ! -d src/backend/base/langflow/frontend ] || [ ! "$(ls -A /home/pn/langflow/src/backend/base/langflow/frontend)" ]; then echo 'Folder src/backend/base/langflow/frontend does not exist or is empty'; exit 1; fi
|
30 |
+
|
31 |
+
CMD ["make","start", "host=0.0.0.0", "port=7860", "log_level=debug", "path=/home/pn/langflow/src/backend/base/langflow/frontend"
|