Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -35,7 +35,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 35 |
pip install --no-cache-dir uvicorn
|
| 36 |
|
| 37 |
# Expose port for uvicorn
|
| 38 |
-
EXPOSE
|
| 39 |
|
| 40 |
# Healthcheck for uvicorn
|
| 41 |
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
|
|
|
|
| 35 |
pip install --no-cache-dir uvicorn
|
| 36 |
|
| 37 |
# Expose port for uvicorn
|
| 38 |
+
EXPOSE 7860
|
| 39 |
|
| 40 |
# Healthcheck for uvicorn
|
| 41 |
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
|