Skip to content

Commit

Permalink
🚧 wip (MUNify): disable default healthcheck
Browse files Browse the repository at this point in the history
branch: main
  • Loading branch information
m1212e committed Sep 6, 2024
1 parent 52786bb commit c7af202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ COPY --from=builder /app/prisma ./prisma/
ENV NODE_ENV=production
USER bun
EXPOSE 3000/tcp
HEALTHCHECK --interval=15s --timeout=10s --retries=3 CMD curl -f http://0.0.0.0:3000/api/health/ready || exit 1
# HEALTHCHECK --interval=15s --timeout=10s --retries=3 CMD curl -f http://0.0.0.0:3000/api/health/ready || exit 1
CMD bunx prisma migrate deploy && bun run start

0 comments on commit c7af202

Please sign in to comment.