diff --git a/Dockerfile b/Dockerfile index 3509b99..e80d213 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,7 +93,7 @@ RUN bash -c "source $NVM_DIR/nvm.sh \ && nvm install $NODE_VERSION_STABLE \ && nvm alias default $NODE_VERSION_STABLE \ && nvm use default \ - && curl -fsSL https://get.pnpm.io/install.sh | sh - \ + && curl -fsSL https://get.pnpm.io/install.sh | bash - \ && pnpm -v \ && pnpm config set unsafe-perm true"