add base build_release

This commit is contained in:
2022-08-10 22:54:58 +02:00
parent ed47267613
commit cc845c195d
4 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
FROM rust:1.62.1-slim-buster as builder
COPY . .
RUN cargo build