Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
|
| 31 |
CMD curl -f http://localhost:8000/api/health || exit 1
|
| 32 |
|
| 33 |
WORKDIR /app/ttsfm-web
|
| 34 |
-
CMD ["python", "-m", "waitress", "--host=0.0.0.0", "--port=
|
|
|
|
| 31 |
CMD curl -f http://localhost:8000/api/health || exit 1
|
| 32 |
|
| 33 |
WORKDIR /app/ttsfm-web
|
| 34 |
+
CMD ["python", "-m", "waitress", "--host=0.0.0.0", "--port=7860", "app:app"]
|