Skip to content

Commit

Permalink
fix healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tetra-fox authored May 18, 2022
1 parent 7040e78 commit 8722c5b
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 @@ -8,4 +8,4 @@ FROM caddy:2.5.1-alpine
COPY Caddyfile /etc/caddy/Caddyfile
COPY --from=webpack /app/dist /public

HEALTHCHECK CMD ["pidof", "-q", "caddy"]
HEALTHCHECK CMD wget --no-verbose --tries=1 --spider localhost || exit 1

0 comments on commit 8722c5b

Please sign in to comment.