~starkingdoms/starkingdoms

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

WORKDIR /build
COPY .. .

RUN cargo build --profile release-ci