Change Dockerfile

This commit is contained in:
2026-01-03 17:53:13 +01:00
parent eeb6eaf018
commit 9fc94f342b

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.