Skip to content

Commit d4cb4b4

Browse files
committed
fix: port
1 parent aaa3028 commit d4cb4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ COPY --from=builder /app/packages ./packages
2222

2323
ENV NODE_ENV=production
2424

25-
EXPOSE 4000
25+
EXPOSE 3001
2626

2727
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
28-
CMD wget --no-verbose --tries=1 --spider http://localhost:4000/health || exit 1
28+
CMD wget --no-verbose --tries=1 --spider http://localhost:3001/health || exit 1
2929

3030
WORKDIR /app/apps/api
3131

0 commit comments

Comments
 (0)