File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ COPY --link ["packages/misskey-bubble-game/package.json", "./packages/misskey-bu
29
29
30
30
ARG NODE_ENV=production
31
31
32
- RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc " SHELL="$(which bash )" bash -
32
+ RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc " SHELL="$(which sh )" sh -
33
33
34
34
RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
35
35
pnpm i --frozen-lockfile --aggregate-output
@@ -59,7 +59,7 @@ COPY --link ["packages/misskey-bubble-game/package.json", "./packages/misskey-bu
59
59
60
60
ARG NODE_ENV=production
61
61
62
- RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc " SHELL="$(which bash )" bash -
62
+ RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc " SHELL="$(which sh )" sh -
63
63
64
64
RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
65
65
pnpm i --frozen-lockfile --aggregate-output
@@ -86,7 +86,7 @@ WORKDIR /misskey
86
86
# add package.json to add pnpm
87
87
COPY --chown=misskey:misskey ./package.json ./package.json
88
88
89
- RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc " SHELL="$(which bash )" bash -
89
+ RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc " SHELL="$(which sh )" sh -
90
90
91
91
COPY --chown=misskey:misskey --from=target-builder /misskey/node_modules ./node_modules
92
92
COPY --chown=misskey:misskey --from=target-builder /misskey/packages/backend/node_modules ./packages/backend/node_modules
You can’t perform that action at this time.
0 commit comments