diff --git a/latest/Dockerfile b/latest/Dockerfile index 216b6c2..1fbfa7a 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 6377b74..50303cb 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