~starkingdoms/starkingdoms

ref: 71fcdf03b496702af81d74e497e0881891c618a4 starkingdoms/starkingdoms-api/Dockerfile -rw-r--r-- 151 bytes
71fcdf03core remove part_half_size 1 year, 8 months ago
                                                                                
1
2
3
4
5
FROM debian:bookworm-slim

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

ENTRYPOINT ["starkingdoms-api", "/etc/starkingdoms/api.toml"]