💚 dockerfile
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-02-07 21:13:29 +01:00
parent bf5cb72c16
commit 7aed380e21
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,5 +1,7 @@
FROM rust:buster as builder FROM rust:buster as builder
RUN rustup default nightly
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app