Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ 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 |
-
CMD ["make
|
|
|
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 |
+
CMD ["make build_frontend && make start", "host=0.0.0.0", "port=7860", "log_level=debug"]
|