Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ RUN make install_frontend && make build_frontend && make install_backend
|
|
29 |
|
30 |
# Update the config.yaml file, build and install the langflow package
|
31 |
|
32 |
-
CMD ["make", "start", "host=0.0.0.0", "port=7860", "log_level=debug"
|
|
|
29 |
|
30 |
# Update the config.yaml file, build and install the langflow package
|
31 |
|
32 |
+
CMD ["make", "start", "host=0.0.0.0", "port=7860", "log_level=debug"]
|