diff --git a/Dockerfile b/Dockerfile index 442414c..94416e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ COPY . . RUN bun install --frozen-lockfile # Bundle the fullstack application -RUN dx bundle --platform fullstack +RUN dx bundle --release --fullstack # Stage 3: Minimal runtime image FROM debian:bookworm-slim AS runtime