Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -33,4 +33,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
|
| 33 |
|
| 34 |
WORKDIR /app/ttsfm-web
|
| 35 |
# Use run.py for proper eventlet initialization
|
| 36 |
-
CMD ["python", "
|
|
|
|
| 33 |
|
| 34 |
WORKDIR /app/ttsfm-web
|
| 35 |
# Use run.py for proper eventlet initialization
|
| 36 |
+
CMD ["python", "app.py"]
|