add base build_release
This commit is contained in:
5
templates/build_release.Dockerfile
Normal file
5
templates/build_release.Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM rust:1.62.1-slim-buster as builder
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN cargo build
|
Reference in New Issue
Block a user