diff --git a/Dockerfile b/Dockerfile index 5bfe548..6f958f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ COPY --from=builder /app/.next ./.next COPY --from=builder /app/prisma ./prisma # Install production dependencies only +RUN apk add --no-cache openssl RUN yarn install --frozen-lockfile --production && \ yarn cache clean