mapbattle (0.0.1)
Published 2025-11-20 11:32:48 +00:00 by ammaratef45
Installation
docker pull git.coopcloud.tech/rtm/mapbattle:0.0.1sha256:91cb6240905e4f6df35856aedd3805adcb6ce6a8d43f28a3ea201c49111e9599Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600' |
| RUN /bin/sh -c apt-get update && apt-get install -y libssl3 ca-certificates && apt-get clean # buildkit |
| COPY /usr/src/app/Neighborhood_Map_Atlas_Neighborhoods.geojson / # buildkit |
| COPY /usr/src/app/map.html / # buildkit |
| COPY /usr/src/app/teams.json / # buildkit |
| COPY /usr/src/app/target/release/mapbattle /usr/local/bin/mapbattle # buildkit |
| EXPOSE [8080/tcp] |
| CMD ["mapbattle"] |