Skip to content

Commit 2e726c2

Browse files
committed
fix: rebuild
1 parent d428239 commit 2e726c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

live-demo/app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM devforth/node20-pnpm:latest
1+
FROM node:20-alpine
22
WORKDIR /code/
33
ADD package.json pnpm-lock.yaml pnpm-workspace.yaml /code/
4-
RUN pnpm 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)