~starkingdoms/starkingdoms

ref: af5657fd9be9206861244d00b18b1d26f6b0fafa starkingdoms/api.Dockerfile -rw-r--r-- 168 bytes
af5657fd — c0repwn3r keep build images up to date 2 years ago
                                                                                
1
2
3
4
5
6
7
FROM ghcr.io/void-linux/void-linux:latest-full-x86_64

RUN xbps-install -Syyu

COPY target/release/starkingdoms-api /bin/starkingdoms-api

CMD ["/bin/starkingdoms-api"]