We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa3028 commit d4cb4b4Copy full SHA for d4cb4b4
api.Dockerfile
@@ -22,10 +22,10 @@ COPY --from=builder /app/packages ./packages
22
23
ENV NODE_ENV=production
24
25
-EXPOSE 4000
+EXPOSE 3001
26
27
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
28
- CMD wget --no-verbose --tries=1 --spider http://localhost:4000/health || exit 1
+ CMD wget --no-verbose --tries=1 --spider http://localhost:3001/health || exit 1
29
30
WORKDIR /app/apps/api
31
0 commit comments