Skip to content

Commit eb01718

Browse files
committed
update ws dockerfile
1 parent ffa460c commit eb01718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ws/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM node:22-slim
22
WORKDIR /src/ws
33
RUN corepack enable pnpm
44
COPY package.json index.js pnpm-lock.yaml* ./
5-
RUN pnpm install
5+
RUN pnpm install --allow-build=bufferutil,utf-8-validate
66

77
CMD ["node", "index.js"]

0 commit comments

Comments
 (0)