Skip to content

Commit

Permalink
Revert "feat: add health-check to Docker image"
Browse files Browse the repository at this point in the history
This reverts commit ecf96c8.
  • Loading branch information
danroc committed Oct 31, 2024
1 parent 014902d commit 6606f51
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ FROM alpine:3.20.3

EXPOSE 8080

HEALTHCHECK \
--interval=5s \
--timeout=5s \
--start-period=5s \
--retries=3 \
CMD wget -qO- http://localhost:8080/health || exit 1

COPY --from=builder /app/dist/geoblock /app/geoblock

WORKDIR /app
Expand Down

0 comments on commit 6606f51

Please sign in to comment.