Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN bun install --frozen-lockfile --production --ignore-scripts --no-cache
|
|
| 15 |
|
| 16 |
COPY --from=builder /app/dist ./dist
|
| 17 |
|
| 18 |
-
EXPOSE
|
| 19 |
|
| 20 |
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
|
| 21 |
CMD wget --spider -q http://localhost:4141/ || exit 1
|
|
|
|
| 15 |
|
| 16 |
COPY --from=builder /app/dist ./dist
|
| 17 |
|
| 18 |
+
EXPOSE 7860
|
| 19 |
|
| 20 |
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
|
| 21 |
CMD wget --spider -q http://localhost:4141/ || exit 1
|