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 d8137d2 commit 2d29f7bCopy full SHA for 2d29f7b
Dockerfile
@@ -58,5 +58,7 @@ RUN apk add --update --no-cache \
58
git bash \
59
npm yarn
60
61
+RUN npm i -g pnpm
62
+
63
SHELL ["/bin/bash", "-c"]
64
ENTRYPOINT ["/bin/bash", "-l", "-c"]
0 commit comments