We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d5a30 commit 9cb4747Copy full SHA for 9cb4747
.dockerignore
@@ -65,6 +65,7 @@ cpu.out
65
/yarn.lock
66
/yarn-error.log
67
/npm-debug.log*
68
+/pnpm-debug.log*
69
/public/assets/js
70
/public/assets/css
71
/public/assets/fonts
Dockerfile
@@ -15,6 +15,7 @@ RUN apk --no-cache add \
15
git \
16
nodejs \
17
npm \
18
+ && npm install -g pnpm@10 \
19
&& rm -rf /var/cache/apk/*
20
21
# Setup repo
Dockerfile.rootless
0 commit comments