diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3c5868f..9ebf695 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -96,5 +96,5 @@ RUN sh -c "$(curl -L -o - https://github.com/deluan/zsh-in-docker/releases/downl RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.zshrc" SHELL="$(which zsh)" zsh - \ && pnpm --version \ # /home/usr_vscode/.config/pnpm/rc - && pnpm config set store-dir /home/usr_vscode/.pnpm-store \ + && pnpm config --global set store-dir /home/usr_vscode/.pnpm-store \ && pnpm env use lts --global