Update Dockerfile

This commit is contained in:
gigirassy
2026-05-28 18:41:26 +02:00
parent 7de10a9dad
commit b0934e8e87
+1 -1
View File
@@ -8,7 +8,7 @@ WORKDIR /app
COPY Cargo.toml .
COPY src ./src
RUN .cargo/bin/rustup rustup target add x86_64-unknown-linux-musl
RUN ~/.cargo/bin/rustup target add x86_64-unknown-linux-musl
RUN RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --release --target x86_64-unknown-linux-musl