We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa460c commit eb01718Copy full SHA for eb01718
1 file changed
src/ws/Dockerfile
@@ -2,6 +2,6 @@ FROM node:22-slim
2
WORKDIR /src/ws
3
RUN corepack enable pnpm
4
COPY package.json index.js pnpm-lock.yaml* ./
5
-RUN pnpm install
+RUN pnpm install --allow-build=bufferutil,utf-8-validate
6
7
CMD ["node", "index.js"]
0 commit comments