Skip to content

Commit 3f2e3a4

Browse files
committed
fix: correct package manager for the live demo
1 parent 54090ef commit 3f2e3a4

3 files changed

Lines changed: 727 additions & 9183 deletions

File tree

live-demo/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:20-alpine
22
WORKDIR /code/
33
ADD package.json pnpm-lock.yaml pnpm-workspace.yaml /code/
4-
RUN npm i -g corepack@0.31.0
4+
RUN pnpm i -g corepack@0.31.0
55
RUN corepack enable
66
RUN pnpm i
77
ADD . /code/

0 commit comments

Comments
 (0)