🐳 dockerfile
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-16 04:10:22 +02:00
parent 6ed282ea1c
commit 443b52bf38
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -3,6 +3,8 @@ FROM rust:buster as builder
COPY . /app
WORKDIR /app
RUN rustup default nightly
RUN cargo build --release
FROM debian:buster