File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ADD entrypoint.sh /entrypoint.sh
66
77ARG mainsail_channel=rc
88
9- ENV PNPM_HOME=/home/node/.pnpm/bin
10- ENV PATH="${PATH}:${PNPM_HOME}"
9+ ENV PNPM_HOME=/home/node/.pnpm
10+ ENV PATH="${PATH}:${PNPM_HOME}/bin "
1111
1212RUN apk add --no-cache --virtual .build-deps make gcc g++ python3 py3-setuptools git \
1313 && apk add --no-cache bash sudo git openntpd jemalloc \
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ADD entrypoint.sh /entrypoint.sh
66
77ARG mainsail_channel=rc
88
9- ENV PNPM_HOME=/home/node/.pnpm/bin
10- ENV PATH="${PATH}:${PNPM_HOME}"
9+ ENV PNPM_HOME=/home/node/.pnpm
10+ ENV PATH="${PATH}:${PNPM_HOME}/bin "
1111
1212RUN apk add --no-cache --virtual .build-deps make gcc g++ python3 py3-setuptools git \
1313 && apk add --no-cache bash sudo git openntpd openssl jemalloc curl \
You can’t perform that action at this time.
0 commit comments