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