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 commit is contained in:
parent
7847ddf979
commit
eb80746d1b
@ -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