diff --git a/web/Dockerfile b/web/Dockerfile index 913b5645..3e7a984f 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -7,7 +7,7 @@ FROM node:20-alpine AS builder WORKDIR /repo -RUN npm install -g pnpm +RUN npm install -g pnpm # Copy monorepo into container COPY . .