We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71201d4 commit 3320f11Copy full SHA for 3320f11
1 file changed
fixture/Dockerfile.demo
@@ -1,7 +1,7 @@
1
FROM node:20
2
WORKDIR /app
3
COPY package*.json ./
4
-RUN npm install
+RUN npm install --force
5
COPY . .
6
RUN npm run demo:build
7
EXPOSE 3000
0 commit comments