Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ RUN pip install --no-cache-dir python-dotenv>=1.0.0
|
|
| 25 |
RUN useradd --create-home ttsfm && chown -R ttsfm:ttsfm /app
|
| 26 |
USER ttsfm
|
| 27 |
|
| 28 |
-
EXPOSE
|
| 29 |
|
| 30 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
| 31 |
CMD curl -f http://localhost:8000/api/health || exit 1
|
|
|
|
| 25 |
RUN useradd --create-home ttsfm && chown -R ttsfm:ttsfm /app
|
| 26 |
USER ttsfm
|
| 27 |
|
| 28 |
+
EXPOSE 7860
|
| 29 |
|
| 30 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
| 31 |
CMD curl -f http://localhost:8000/api/health || exit 1
|