From 21163b277d5ca2d0bc3d9a374dd896df83110589 Mon Sep 17 00:00:00 2001 From: Amatsugu Date: Fri, 26 Dec 2025 17:14:45 -0500 Subject: [PATCH] update dockerfile --- AobaServer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AobaServer/Dockerfile b/AobaServer/Dockerfile index 3863575..5b26d07 100644 --- a/AobaServer/Dockerfile +++ b/AobaServer/Dockerfile @@ -27,7 +27,7 @@ ENV PATH="/.cargo/bin:$PATH" ARG VERSION ENV APP_VERSION=$VERSION # Create the final bundle folder. Bundle always executes in release mode with optimizations enabled -RUN dx bundle --platform web +RUN dx bundle --release --platform web # Server Build # This stage is used when running from VS in fast mode (Default for Debug configuration)