GabrielLogspace commited on
Commit
443dfaa
1 Parent(s): 9f426c7

Update Dockerfile

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