diff --git a/Dockerfile b/Dockerfile index cb17f0a..d1f291f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:18 -RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm +RUN npm install -g pnpm WORKDIR /app