Fix dynamic build

This commit is contained in:
2025-12-28 01:37:10 +01:00
parent 5a8e517fec
commit b34b1cef39

View File

@ -24,7 +24,7 @@ ARG BETTER_AUTH_SECRET
ENV BETTER_AUTH_SECRET=$BETTER_AUTH_SECRET ENV BETTER_AUTH_SECRET=$BETTER_AUTH_SECRET
# Copy the rest of the code # Copy the rest of the code
RUN bun run build RUN bun run build -d
# Production image, copy all the files and run next # Production image, copy all the files and run next
FROM base AS runner FROM base AS runner