Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Commit
•
7d03dcb
1
Parent(s):
8c940b3
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ COPY --chown=user . $HOME/app
|
|
18 |
|
19 |
RUN pip install langflow==0.5.0 -U --user
|
20 |
|
21 |
-
CMD python -m langflow run --host 0.0.0.0 --port 7860 --remove-api-keys
|
|
|
18 |
|
19 |
RUN pip install langflow==0.5.0 -U --user
|
20 |
|
21 |
+
CMD python -m langflow run --host 0.0.0.0 --port 7860 --remove-api-keys --log-level debug
|