imspsycho commited on
Commit
f8cc038
·
verified ·
1 Parent(s): 98c9143

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 4141
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