Skip to content

Commit 252d11a

Browse files
authored
Merge pull request #221 from docker/sec-cli/npm-ci-20260615-141749
fix: replace npm install with npm ci (20260615-141749)
2 parents 43570d3 + d42cba8 commit 252d11a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front-end.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
COPY front-end/ .
66

77
COPY .npmrc .
8-
RUN npm install
8+
RUN npm ci
99

1010
EXPOSE 8505
1111

0 commit comments

Comments
 (0)