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