Skip to content

Commit 69d38ae

Browse files
fixed nmp install
1 parent 9a1f4ba commit 69d38ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/WebApp.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /home/node/app
33

44
COPY ./package*.json ./
55

6-
RUN npm ci --omit=dev
6+
RUN npm ci --omit=dev --force
77

88
COPY . .
99

0 commit comments

Comments
 (0)