Spaces:
Sleeping
Sleeping
updated dockerfile
Browse files- 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
|
|
|
|
|
|