GabrielLogspace commited on
Commit
34754ba
1 Parent(s): 92fa9e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ RUN chmod 777 /home/langflow
26
  # Update the config.yaml file, build and install the langflow package
27
  RUN make setup_poetry && make install_frontend && make build_frontend && make install_backend
28
 
29
- CMD ["make", "run_cli_debug", "host=0.0.0.0", "port=7860", "log_level=debug", "open_browser=false"]
 
26
  # Update the config.yaml file, build and install the langflow package
27
  RUN make setup_poetry && make install_frontend && make build_frontend && make install_backend
28
 
29
+ CMD ["make", "run_cli", "host=0.0.0.0", "port=7860", "log_level=debug", "open_browser=false"]