diff --git a/legalconsenthub/Dockerfile b/legalconsenthub/Dockerfile index 8c4f145..d953983 100644 --- a/legalconsenthub/Dockerfile +++ b/legalconsenthub/Dockerfile @@ -2,6 +2,8 @@ FROM node:22.16.0-alpine AS builder WORKDIR /app +RUN apk add --no-cache openjdk21-jre + RUN npm install -g pnpm@10.13.1 COPY package.json pnpm-lock.yaml ./