Skip to content

Commit 18e465d

Browse files
chore: update pnpm ENV variables in Dockerfile (#1293)
* Update core * Update api
1 parent a0711c8 commit 18e465d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/testnet/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ADD entrypoint.sh /entrypoint.sh
66

77
ARG 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

1212
RUN apk add --no-cache --virtual .build-deps make gcc g++ python3 py3-setuptools git \
1313
&& apk add --no-cache bash sudo git openntpd jemalloc \

docker/testnet/core/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ADD entrypoint.sh /entrypoint.sh
66

77
ARG 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

1212
RUN 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 \

0 commit comments

Comments
 (0)