Skip to content

Commit

Permalink
Merge pull request #25 from cherusk/health_check_endpoint
Browse files Browse the repository at this point in the history
health check repair retry unit
  • Loading branch information
cherusk authored Apr 22, 2023
2 parents 72df25a + 2ce3fbb commit b33ff67
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 @@ -15,7 +15,7 @@ RUN set -ex \

EXPOSE 8090

HEALTHCHECK --interval=1s --retries=1s --timeout=2s \
HEALTHCHECK --interval=1s --timeout=2s --retries=1 \
CMD curl -f http://localhost:"${PORT}"/health || exit 1

USER root
Expand Down

0 comments on commit b33ff67

Please sign in to comment.