Fix dynamic build

This commit is contained in:
2025-12-28 01:35:36 +01:00
parent 290af0136b
commit 5a8e517fec

View File

@ -20,6 +20,8 @@ RUN bunx prisma generate
ENV NEXT_TELEMETRY_DISABLED=1
ARG DATABASE_URL
ENV DATABASE_URL=$DATABASE_URL
ARG BETTER_AUTH_SECRET
ENV BETTER_AUTH_SECRET=$BETTER_AUTH_SECRET
# Copy the rest of the code
RUN bun run build