Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
sachin
commited on
Commit
·
7226c84
1
Parent(s):
c434a56
update path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ HEALTHCHECK --interval=30s --timeout=3s \
|
|
31 |
CMD curl -f http://localhost:7860/v1/health || exit 1
|
32 |
|
33 |
# Command to run the application with configurable host/port
|
34 |
-
CMD ["
|
|
|
31 |
CMD curl -f http://localhost:7860/v1/health || exit 1
|
32 |
|
33 |
# Command to run the application with configurable host/port
|
34 |
+
CMD ["python", "/app/src/server/main.py", "--host", "0.0.0.0", "--port", "7860"]
|