diff --git a/Dockerfile b/Dockerfile index 7277d61..8aa1740 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,9 @@ WORKDIR /app ENV NODE_ENV=production ENV NEXT_TELEMETRY_DISABLED=1 +# Install OpenSSL for Prisma +RUN apk add --no-cache openssl1.1-compat + RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs