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