Skip to content

Commit 3320f11

Browse files
author
VuXfi
committed
add force
1 parent 71201d4 commit 3320f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fixture/Dockerfile.demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:20
22
WORKDIR /app
33
COPY package*.json ./
4-
RUN npm install
4+
RUN npm install --force
55
COPY . .
66
RUN npm run demo:build
77
EXPOSE 3000

0 commit comments

Comments
 (0)