parent
c029fbd29a
commit
00717df95f
2 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
FROM rust:buster as builder
|
||||
|
||||
RUN rustup default nightly
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN rustup default nightly
|
||||
RUN cargo build --release
|
||||
|
||||
FROM debian:buster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue