Compare commits

...

2 commits

Author SHA1 Message Date
Mike Cao
5ea2a8659c
Merge pull request #3755 from Maxime-J/docker-prisma-engine
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
Permit Docker use in read-only mode and/or offline env.
2025-11-25 21:33:37 -08:00
Maxime-J
46388f8b41 Include prisma engine in Docker image 2025-11-15 15:32:06 +01:00

View file

@ -42,10 +42,7 @@ RUN set -x \
&& apk add --no-cache curl
# Script dependencies
RUN pnpm add npm-run-all dotenv chalk semver prisma@6.18.0 @prisma/adapter-pg@6.18.0
# Permissions for prisma
RUN chown -R nextjs:nodejs node_modules/.pnpm/
RUN pnpm --allow-build='@prisma/engines' add npm-run-all dotenv chalk semver prisma@6.18.0 @prisma/adapter-pg@6.18.0
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
COPY --from=builder /app/prisma ./prisma