This commit is contained in:
parent
ce9351d9a6
commit
2d2f7c5522
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ FROM rust:buster as builder
|
|||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN rustup default nightly
|
||||
RUN cargo build --release
|
||||
|
||||
FROM debian:buster
|
||||
|
|
Loading…
Add table
Reference in a new issue