Fix dev Dockerfile

This commit is contained in:
2026-02-02 00:52:23 +01:00
parent cee86edf44
commit 1952eb89a3
2 changed files with 12 additions and 1 deletions

View File

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