From b34b1cef3922d435d16f130843bd177421bd9440 Mon Sep 17 00:00:00 2001 From: Citali Date: Sun, 28 Dec 2025 01:37:10 +0100 Subject: [PATCH] Fix dynamic build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c820e1..eee3ce2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ ARG BETTER_AUTH_SECRET ENV BETTER_AUTH_SECRET=$BETTER_AUTH_SECRET # Copy the rest of the code -RUN bun run build +RUN bun run build -d # Production image, copy all the files and run next FROM base AS runner