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 8575550 commit f313941Copy full SHA for f313941
api.Dockerfile
@@ -24,9 +24,6 @@ ENV NODE_ENV=production
24
25
EXPOSE 3001
26
27
-HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
28
- CMD wget --no-verbose --tries=1 --spider http://localhost:3001/health || exit 1
29
-
30
WORKDIR /app/apps/api
31
32
CMD ["bun", "run", "src/index.ts"]
0 commit comments