Skip to content

Commit 17736f2

Browse files
committed
refactor: use npm ci
1 parent 9e73c94 commit 17736f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
33
COPY package.json ./
44
COPY package-lock.json ./
55

6-
RUN npm install
6+
RUN npm ci
77

88
COPY src ./src
99
COPY tsconfig.json ./

0 commit comments

Comments
 (0)