Spaces:
Sleeping
Sleeping
otavioLogspace
commited on
Commit
•
7a1e965
1
Parent(s):
dab7ba5
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ COPY --chown=user . $HOME/app
|
|
20 |
RUN pip install langflow>=0.6.12 -U --user
|
21 |
|
22 |
|
23 |
-
CMD python -m langflow run --host 0.0.0.0 --port 7860 --
|
|
|
20 |
RUN pip install langflow>=0.6.12 -U --user
|
21 |
|
22 |
|
23 |
+
CMD python -m langflow run --host 0.0.0.0 --port 7860 --log-level debug
|