Skip to content

Commit fee2b39

Browse files
committed
chore: rebuild live demo
1 parent 78e7d0d commit fee2b39

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

live-demo/app/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
FROM node:22-alpine
1+
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
6-
RUN pnpm config set ignore-scripts false
7-
RUN pnpm approve-builds --all
8-
RUN pnpm install --frozen-lockfile
6+
RUN pnpm i
97
ADD . /code/
108
RUN pnpm bundleNow
119

0 commit comments

Comments
 (0)