fix: patch qrcode-terminal import for Node 22
This commit is contained in:
9
scripts/e2e/Dockerfile.qr-import
Normal file
9
scripts/e2e/Dockerfile.qr-import
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:22-bookworm
|
||||
|
||||
RUN corepack enable
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pnpm install --frozen-lockfile
|
||||
Reference in New Issue
Block a user