Fix dynamic build

This commit is contained in:
2025-12-28 01:33:03 +01:00
parent 1f6bb34e6b
commit 290af0136b

View File

@ -18,6 +18,8 @@ RUN bunx prisma generate
# Uncomment the following line in case you want to disable telemetry during the build. # Uncomment the following line in case you want to disable telemetry during the build.
ENV NEXT_TELEMETRY_DISABLED=1 ENV NEXT_TELEMETRY_DISABLED=1
ARG DATABASE_URL
ENV DATABASE_URL=$DATABASE_URL
# Copy the rest of the code # Copy the rest of the code
RUN bun run build RUN bun run build