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 8871006 + c6d03f2 commit 8c799adCopy full SHA for 8c799ad
1 file changed
Dockerfile
@@ -1,5 +1,7 @@
1
FROM node:20-alpine
2
3
+RUN apk add --no-cache openssl
4
+
5
RUN npm install -g pnpm@8.15.9
6
7
WORKDIR /app
0 commit comments