From e2deac0201e32931a8725f6db5de8b7529c2c4be Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 13 Jun 2023 23:13:14 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63e7e26..d06fff2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN touch /usr/src/app/src/main.rs RUN rm /usr/src/app/target -rf -RUN cargo build +RUN cargo build --release #--target x86_64-unknown-linux-musl FROM debian:bookworm