otavioLogspace commited on
Commit
45d5b6e
1 Parent(s): de1a882

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN chmod 777 /home/langflow
25
  # Update the config.yaml file, build and install the langflow package
26
  RUN make build && pip install dist/*.tar.gz
27
 
28
- CMD ["langflow", "--host", "0.0.0.0", "--port", "7860", "--database-url", "sqlite:////home/langflow/langflow.db"]
 
25
  # Update the config.yaml file, build and install the langflow package
26
  RUN make build && pip install dist/*.tar.gz
27
 
28
+ CMD ["langflow","run", "--host", "0.0.0.0", "--port", "7860", "--database-url", "sqlite:////home/langflow/langflow.db"]