Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ COPY . .
|
|
| 28 |
RUN mkdir -p /app/cache
|
| 29 |
|
| 30 |
# Expose ports
|
| 31 |
-
EXPOSE 7860
|
| 32 |
|
| 33 |
# Health check
|
| 34 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
|
|
|
| 28 |
RUN mkdir -p /app/cache
|
| 29 |
|
| 30 |
# Expose ports
|
| 31 |
+
EXPOSE 7860
|
| 32 |
|
| 33 |
# Health check
|
| 34 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|