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