Change Dockerfile
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user