fix: fix pnpm directory
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -1,5 +1,5 @@
FROM node:alpine AS base
ENV PNPM_HOME="./.pnpm"
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

View File

@ -1,5 +1,5 @@
FROM node:lts-alpine AS base
ENV PNPM_HOME="./.pnpm"
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