martin/multi-platform.Dockerfile
2023-09-29 23:11:09 -04:00

8 lines
253 B
Docker

FROM alpine
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
ENTRYPOINT ["/usr/local/bin/martin"]