Change Dockerfile

This commit is contained in:
2026-01-03 17:53:20 +01:00
parent 2c97ba2486
commit 36a16bf87b

View File

@ -14,7 +14,7 @@ FROM base AS builder
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY . .
RUN bunx prisma migrate deploy
# RUN bunx prisma migrate deploy
RUN bunx prisma generate
# Uncomment the following line in case you want to disable telemetry during the build.