Skip to content

Commit 9cb4747

Browse files
add pnpm to docker build
1 parent 71d5a30 commit 9cb4747

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ cpu.out
6565
/yarn.lock
6666
/yarn-error.log
6767
/npm-debug.log*
68+
/pnpm-debug.log*
6869
/public/assets/js
6970
/public/assets/css
7071
/public/assets/fonts

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apk --no-cache add \
1515
git \
1616
nodejs \
1717
npm \
18+
&& npm install -g pnpm@10 \
1819
&& rm -rf /var/cache/apk/*
1920

2021
# Setup repo

Dockerfile.rootless

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apk --no-cache add \
1515
git \
1616
nodejs \
1717
npm \
18+
&& npm install -g pnpm@10 \
1819
&& rm -rf /var/cache/apk/*
1920

2021
# Setup repo

0 commit comments

Comments
 (0)