Fix dev Dockerfile

This commit is contained in:
2026-02-02 00:52:39 +01:00
parent 1b6763cc3a
commit 6680ccc023
2 changed files with 13 additions and 2 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.