Skip to content

Commit

Permalink
Merge pull request #14 from reload/healthcheck
Browse files Browse the repository at this point in the history
Add healthcheck
  • Loading branch information
arnested authored Jul 5, 2024
2 parents 633a738 + 76d4796 commit ff8f967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN apk add --no-cache \
ARG workdir=/var/www
WORKDIR "${workdir}"

HEALTHCHECK --interval=10s --start-period=90s CMD netstat -ltn | grep -c ":443"

ENV EXPIRATION_DAYS 30

##
Expand Down

0 comments on commit ff8f967

Please sign in to comment.