We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce49ae3 commit ecab801Copy full SHA for ecab801
Dockerfile
@@ -7,7 +7,9 @@ RUN apk add --no-cache \
7
build-base \
8
python3
9
10
-RUN yarn global add pnpm node-gyp
+# Pnpm version 10
11
+# node-gyp version 11
12
+RUN yarn global add pnpm@10 node-gyp@11
13
14
COPY package*.json ./
15
@@ -22,4 +24,4 @@ COPY utils utils
22
24
RUN pnpm i
23
25
26
RUN pnpm --filter "*-api" build
-RUN pnpm --filter "notifications" build
27
+RUN pnpm --filter "notifications" build
0 commit comments