Skip to content

Commit 325fe58

Browse files
committed
fix(docker): Install pnpm in the runner
1 parent cae3f6a commit 325fe58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ COPY --from=builder $APP_DIR/meta $APP_DIR/meta
7171
COPY --from=builder $APP_DIR/src/ci/dirs.js $APP_DIR/src/ci/dirs.js
7272
COPY --from=builder $APP_DIR/src/ci/welcome.js $APP_DIR/src/ci/welcome.js
7373

74+
RUN npm install -g pnpm@9
75+
7476
EXPOSE 8080
7577

7678
USER node

0 commit comments

Comments
 (0)