From 10239fefcdc789356cfa5bd187c56f678700ee7a Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Mon, 19 Aug 2024 15:24:02 -0700 Subject: [PATCH] Fixed docker build for Prisma. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 801b2bc2..0f7c2d35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN adduser --system --uid 1001 nextjs RUN set -x \ && apk add --no-cache curl \ - && yarn add npm-run-all dotenv prisma semver + && yarn add npm-run-all dotenv semver prisma@5.17.0 # You only need to copy next.config.js if you are NOT using the default configuration COPY --from=builder /app/next.config.js .