Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Commit
•
bd9ba29
1
Parent(s):
cb57909
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ COPY --chown=user . $HOME/app
|
|
12 |
|
13 |
RUN pip install langflow>==0.1.7 -U --user
|
14 |
|
15 |
-
CMD
|
|
|
12 |
|
13 |
RUN pip install langflow>==0.1.7 -U --user
|
14 |
|
15 |
+
CMD LANGFLOW_DATABASE_URL=sqlite:////home/langflow/langflow.db python -m langflow --host 0.0.0.0 --port 7860 --remove-api-keys
|