GabrielLogspace commited on
Commit
7d0ff53
·
verified ·
1 Parent(s): 5965f48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ RUN make install_frontend && make build_frontend && make install_backend
29
 
30
  # Update the config.yaml file, build and install the langflow package
31
 
32
- CMD ["make", "start", "host=0.0.0.0", "port=7860", "log_level=debug", "open_browser=false"]
 
29
 
30
  # Update the config.yaml file, build and install the langflow package
31
 
32
+ CMD ["make", "start", "host=0.0.0.0", "port=7860", "log_level=debug"]