Skip to content

Commit 7505946

Browse files
committed
fix: add npm ci for installing fresh node modules during cicd
1 parent f95deb3 commit 7505946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/Dockerfile

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

66
COPY package*.json /app/
77

8-
RUN npm install
8+
RUN npm ci
99

1010
COPY ./ /app/
1111

0 commit comments

Comments
 (0)