From 75b26569b4a945207de582d4bba48c8e5af99dc1 Mon Sep 17 00:00:00 2001 From: Lukas | AstroGD Date: Thu, 27 Feb 2025 11:34:10 +0100 Subject: [PATCH] Revert "fix: fix pnpm directory" This reverts commit eb80746d1b2e0bdb5114d787aa82b646d019a2aa. --- latest/Dockerfile | 2 +- lts/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 1fbfa7a..216b6c2 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -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 diff --git a/lts/Dockerfile b/lts/Dockerfile index 50303cb..6377b74 100644 --- a/lts/Dockerfile +++ b/lts/Dockerfile @@ -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