Skip to content

Commit d10aa70

Browse files
committed
rebuild live demo
1 parent 1056ea9 commit d10aa70

1 file changed

Lines changed: 1 addition & 1 deletion

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 npm i -g corepack@0.31.0
55
RUN corepack enable
66
RUN pnpm i
77
ADD . /code/

0 commit comments

Comments
 (0)