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