Skip to content

Commit e965901

Browse files
committed
fix: update dockerfile for the live demo
1 parent 15b107f commit e965901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:20-alpine
22
WORKDIR /code/
3-
ADD package.json pnpm-lock.yaml /code/
3+
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 i

0 commit comments

Comments
 (0)