Skip to content

Commit f313941

Browse files
committed
fix: del hcheck
1 parent 8575550 commit f313941

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ ENV NODE_ENV=production
2424

2525
EXPOSE 3001
2626

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-
3027
WORKDIR /app/apps/api
3128

3229
CMD ["bun", "run", "src/index.ts"]

0 commit comments

Comments
 (0)