Closed aaro-n closed 6 months ago
@aaro-n
RUN apk --no-cache add \ build-base git bash nodejs npm go && \ npm install -g pnpm
Since pnpm is now up to version 9, you now need to specifically specify that the version of pnpm is 8.9.2
RUN apk --no-cache add \ build-base git bash nodejs npm go && \ npm install -g pnpm@8.9.2
Follow the instructions to modify the file, and the deployment is already normal
Dockerfile
Log