diff --git a/Dockerfile b/Dockerfile index 35eb0ce..bc61e9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM rust:1.95.0-trixie AS builder RUN apt -y update && apt -y install git RUN git clone https://github.com/Revertron/Yggdrasil-ng.git /app WORKDIR /app -RUN cargo build --release +RUN cargo build --release -p yggdrasil FROM debian:trixie AS result