From 5ff726c2194649cb8a2d43d28528aab71d6a6f2b Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 16 Nov 2023 13:29:15 +0000 Subject: [PATCH] Update gitea-runner/NodeWithPnpmLatestDockerfile --- gitea-runner/NodeWithPnpmLatestDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-runner/NodeWithPnpmLatestDockerfile b/gitea-runner/NodeWithPnpmLatestDockerfile index 1459c9a..c369a06 100644 --- a/gitea-runner/NodeWithPnpmLatestDockerfile +++ b/gitea-runner/NodeWithPnpmLatestDockerfile @@ -3,4 +3,4 @@ FROM fascinated/docker-images:node-latest # Install pnpm RUN npm install -g pnpm -ENV PNPM_HOME=/home/pnpm \ No newline at end of file +#ENV PNPM_HOME=/home/pnpm \ No newline at end of file