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
a605c62e11
commit
23d23bf213
@ -1,6 +1,6 @@
|
||||
FROM node:alpine AS base
|
||||
ENV PNPM_HOME="./.pnpm" \
|
||||
PATH="$PNPM_HOME:$PATH"
|
||||
ENV PNPM_HOME="./.pnpm"
|
||||
ENV PATH=$PNPM_HOME:$PATH
|
||||
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
|
||||
apk add --no-cache openssl
|
||||
USER node
|
@ -1,6 +1,6 @@
|
||||
FROM node:lts-alpine AS base
|
||||
ENV PNPM_HOME="./.pnpm" \
|
||||
PATH="$PNPM_HOME:$PATH"
|
||||
ENV PNPM_HOME="./.pnpm"
|
||||
ENV PATH=$PNPM_HOME:$PATH
|
||||
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - &&\
|
||||
apk add --no-cache openssl
|
||||
USER node
|
Loading…
x
Reference in New Issue
Block a user