79322434

Date: 2025-01-01 22:40:20
Score: 1
Natty:
Report link

I believe you should replace line 43 in the Dockerfile:

RUN npm install -g npm

with the command:

RUN npm install -g pnpm

Also, modify line 115 in the bootstrap.sh file:

npm install --loglevel verbose

to:

pnpm install --loglevel verbose

This is what I think, and I wish you success!!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Loukmane Hadj said