fix: PNPM not found error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
23d23bf213
commit
5adc330909
@ -1,6 +1,6 @@
|
|||||||
FROM node:alpine AS base
|
FROM node:alpine AS base
|
||||||
ENV PNPM_HOME="./.pnpm"
|
ENV PNPM_HOME="./.pnpm"
|
||||||
ENV PATH=$PNPM_HOME:$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
|
||||||
USER node
|
USER node
|
@ -1,6 +1,6 @@
|
|||||||
FROM node:lts-alpine AS base
|
FROM node:lts-alpine AS base
|
||||||
ENV PNPM_HOME="./.pnpm"
|
ENV PNPM_HOME="./.pnpm"
|
||||||
ENV PATH=$PNPM_HOME:$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
|
||||||
USER node
|
USER node
|
Loading…
x
Reference in New Issue
Block a user