From f4b421d4ad8d86dd083cf67c3c8bbbe457192a55 Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 16 Nov 2023 13:22:09 +0000 Subject: [PATCH] Update gitea-runner/NodeWithPnpmLatestDockerfile --- gitea-runner/NodeWithPnpmLatestDockerfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gitea-runner/NodeWithPnpmLatestDockerfile b/gitea-runner/NodeWithPnpmLatestDockerfile index e932981..1459c9a 100644 --- a/gitea-runner/NodeWithPnpmLatestDockerfile +++ b/gitea-runner/NodeWithPnpmLatestDockerfile @@ -1,4 +1,6 @@ -FROM fascinated/docker-images:node-latest - -# Install pnpm -RUN npm install -g pnpm \ No newline at end of file +FROM fascinated/docker-images:node-latest + +# Install pnpm +RUN npm install -g pnpm + +ENV PNPM_HOME=/home/pnpm \ No newline at end of file