Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
sachin
commited on
Commit
·
c434a56
1
Parent(s):
9781b82
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 ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
31 |
CMD curl -f http://localhost:7860/v1/health || exit 1
|
32 |
|
33 |
# Command to run the application with configurable host/port
|
34 |
+
CMD ["uvicorn", "server.main:app", "--host", "0.0.0.0", "--port", "7860"]
|