diff --git a/gitea-runner/NodeWithPnpmLatestDockerfile b/gitea-runner/NodeWithPnpmLatestDockerfile index 8fc0ee7..596b51b 100644 --- a/gitea-runner/NodeWithPnpmLatestDockerfile +++ b/gitea-runner/NodeWithPnpmLatestDockerfile @@ -3,10 +3,5 @@ FROM fascinated/docker-images:node-latest # Install pnpm RUN npm install -g pnpm -# Setup pnpm for global packages -# RUN pnpm config set store-dir .pnpm-store && \ -# mkdir -p /home/.pnpm-glob && \ -# mkdir -p /home/.pnpm-bin && \ -# pnpm config set global-dir /home/.pnpm-glob && \ -# pnpm config set global-bin-dir /home/.pnpm-bin && \ -# export PATH="/home/.pnpm-bin:$PATH" \ No newline at end of file +ENV SHELL /bin/bash +RUN pnpm setup \ No newline at end of file