Skip to content

Commit

Permalink
use wget instead of curl inside docker
Browse files Browse the repository at this point in the history
  • Loading branch information
caspg committed Jul 3, 2024
1 parent a26af9c commit 3c015f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/files/multi-platform.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ ARG TARGETPLATFORM
LABEL org.opencontainers.image.description="Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support"
COPY target_releases/$TARGETPLATFORM/* /usr/local/bin

HEALTHCHECK CMD curl --fail http://localhost:3000/health
HEALTHCHECK CMD wget --spider http://localhost:3000/health || exit 1
ENTRYPOINT ["/usr/local/bin/martin"]

0 comments on commit 3c015f3

Please sign in to comment.