Skip to content

Commit

Permalink
Merge pull request #261 from n0th1ng-else/docker
Browse files Browse the repository at this point in the history
fix(docker): Install pnpm in the runner
  • Loading branch information
n0th1ng-else authored Jul 4, 2024
2 parents cae3f6a + 325fe58 commit c42ecae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ COPY --from=builder $APP_DIR/meta $APP_DIR/meta
COPY --from=builder $APP_DIR/src/ci/dirs.js $APP_DIR/src/ci/dirs.js
COPY --from=builder $APP_DIR/src/ci/welcome.js $APP_DIR/src/ci/welcome.js

RUN npm install -g pnpm@9

EXPOSE 8080

USER node
Expand Down

0 comments on commit c42ecae

Please sign in to comment.