diff --git a/docker/Dockerfile b/docker/Dockerfile index f91a9380e..748311e89 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -5,7 +5,8 @@ FROM node:22-alpine3.22 AS base RUN apk add --no-cache openssl RUN apk add --no-cache font-freefont -RUN corepack enable pnpm + +RUN npm install -g pnpm #############################