Revert "fix: fix pnpm directory"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit eb80746d1b2e0bdb5114d787aa82b646d019a2aa.
This commit is contained in:
parent
eb80746d1b
commit
75b26569b4
@ -1,5 +1,5 @@
|
|||||||
FROM node:alpine AS base
|
FROM node:alpine AS base
|
||||||
ENV PNPM_HOME="/.pnpm"
|
ENV PNPM_HOME="./.pnpm"
|
||||||
ENV PATH="/.pnpm:$PATH"
|
ENV PATH="/.pnpm:$PATH"
|
||||||
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
|
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
|
||||||
apk add --no-cache openssl
|
apk add --no-cache openssl
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM node:lts-alpine AS base
|
FROM node:lts-alpine AS base
|
||||||
ENV PNPM_HOME="/.pnpm"
|
ENV PNPM_HOME="./.pnpm"
|
||||||
ENV PATH="/.pnpm:$PATH"
|
ENV PATH="/.pnpm:$PATH"
|
||||||
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
|
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
|
||||||
apk add --no-cache openssl
|
apk add --no-cache openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user