diff --git a/gitea-runner/NodeWithPnpmLatestDockerfile b/gitea-runner/NodeWithPnpmLatestDockerfile index 3e1b673..4cdd080 100644 --- a/gitea-runner/NodeWithPnpmLatestDockerfile +++ b/gitea-runner/NodeWithPnpmLatestDockerfile @@ -3,6 +3,4 @@ FROM fascinated/docker-images:node-latest # Install pnpm RUN npm install -g pnpm -ENV SHELL /bin/bash -RUN pnpm setup -RUN source /root/.bashrc \ No newline at end of file +ENV PNPM_HOME=/usr/local/bin