mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
8 lines
253 B
Docker
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"]
|