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