sachin commited on
Commit
7226c84
·
1 Parent(s): c434a56

update path

Browse files
Files changed (1) hide show
  1. 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", "server.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 ["python", "/app/src/server/main.py", "--host", "0.0.0.0", "--port", "7860"]