build(devcontainer): configure pnpm cache and workspace settings
This commit is contained in:
@@ -95,5 +95,6 @@ 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 \
|
||||
&& mkdir /home/usr_vscode/.pnpm-store \
|
||||
&& mkdir -p /home/usr_vscode/.cache/pnpm \
|
||||
# /home/usr_vscode/.config/pnpm/rc
|
||||
&& pnpm config --global set store-dir /home/usr_vscode/.pnpm-store
|
||||
|
||||
Reference in New Issue
Block a user