From 6374da8cf44cd8701d7c2e1b12dbbd5e387de6bc Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 16 Nov 2023 13:45:57 +0000 Subject: [PATCH] 7 --- gitea-runner/NodeWithPnpmLatestDockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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