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

This reverts commit eb80746d1b2e0bdb5114d787aa82b646d019a2aa.
This commit is contained in:
Lukas | AstroGD 2025-02-27 11:34:10 +01:00
parent eb80746d1b
commit 75b26569b4
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