~starkingdoms/starkingdoms

ref: a19fdde2b3e1913a3268239917b4839ec8a2b220 starkingdoms/server/Dockerfile -rw-r--r-- 80 bytes
a19fdde2 — core fmt 1 year, 11 months ago
                                                                                
1
2
3
4
5
6
FROM rust:alpine

WORKDIR /build
COPY .. .

RUN cargo build --profile release-ci