Fix dynamic build

This commit is contained in:
2025-12-28 01:16:52 +01:00
parent f8cf354626
commit 1f6bb34e6b
2 changed files with 0 additions and 5 deletions

View File

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