fix: Run pnpm as root per default
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lukas | AstroGD 2025-02-27 11:27:39 +01:00
parent 5adc330909
commit 7847ddf979
Signed by: AstroGD
GPG Key ID: 82A5E6C236C535AA
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ ENV PNPM_HOME="./.pnpm"
ENV PATH="/.pnpm:$PATH"
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
apk add --no-cache openssl
USER node
USER root

View File

@ -3,4 +3,4 @@ ENV PNPM_HOME="./.pnpm"
ENV PATH="/.pnpm:$PATH"
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
apk add --no-cache openssl
USER node
USER root