Skip to content

Commit 78e7d0d

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

live-demo/app/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ ADD package.json pnpm-lock.yaml pnpm-workspace.yaml /code/
44
# RUN npm i -g corepack@0.31.0
55
RUN corepack enable
66
RUN pnpm config set ignore-scripts false
7-
RUN pnpm i
7+
RUN pnpm approve-builds --all
8+
RUN pnpm install --frozen-lockfile
89
ADD . /code/
910
RUN pnpm bundleNow
1011

0 commit comments

Comments
 (0)