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.
2 parents 798e6af + 290849d commit 2599304Copy full SHA for 2599304
2 files changed
Dockerfile
@@ -30,7 +30,7 @@ RUN \
30
/tmp/planka.tar.gz -C \
31
/build --strip-components=1 && \
32
cd /build/server && \
33
- npm install pnpm --global && \
+ npm install pnpm@9 --global && \
34
pnpm import && \
35
pnpm install --prod && \
36
cd /build/client && \
Dockerfile.aarch64
0 commit comments