From 3d61f86993c8bf288075079716e5fab8239e797a Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 16 Nov 2023 13:48:58 +0000 Subject: [PATCH] 7 --- gitea-runner/NodeWithPnpmLatestDockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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