Kshitijk20 commited on
Commit
49c004a
·
verified ·
1 Parent(s): bae0bf9

updated dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -2,6 +2,3 @@ FROM ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.2
2
 
3
  # Expose the port that the FastAPI app runs on
4
  EXPOSE 8880
5
-
6
- # Command to run the application
7
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8880"]
 
2
 
3
  # Expose the port that the FastAPI app runs on
4
  EXPOSE 8880