GabrielLogspace commited on
Commit
5c15a8b
·
verified ·
1 Parent(s): 2bef532

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "build_frontend", "&&", "make", "start", "host=0.0.0.0", "port=7860", "log_level=debug"]
 
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"]