Skip to content

Commit c42ecae

Browse files
authored
Merge pull request #261 from n0th1ng-else/docker
fix(docker): Install pnpm in the runner
2 parents cae3f6a + 325fe58 commit c42ecae

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)