Skip to content

Commit

Permalink
remove pre-built healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
muckelba committed Oct 11, 2024
1 parent 6cb2176 commit 8dbed9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ ENV WEBHOOK_LISTEN_PORT=8081
WORKDIR /app
COPY --from=build /app/four2six four2six

HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
CMD curl -f http://localhost:${WEBHOOK_LISTEN_PORT}/health || exit 1

CMD ["./four2six"]

0 comments on commit 8dbed9d

Please sign in to comment.