~starkingdoms/starkingdoms

ref: c3fe42cd30f754422dbf2ea3a9919031f5a9299c starkingdoms/server/Dockerfile -rw-r--r-- 80 bytes
c3fe42cd — ghostlyzsh ship editor saving finished, but no api server 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
FROM rust:alpine

WORKDIR /build
COPY .. .

RUN cargo build --profile release-ci