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