Skip to content

Commit 4cad08d

Browse files
Update Dockerfile to use npm ci (#880)
1 parent 7a8c03e commit 4cad08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM base as deps
1515
WORKDIR /myapp
1616

1717
ADD package.json package-lock.json .npmrc ./
18-
RUN npm install --include=dev
18+
RUN npm ci --include=dev
1919

2020
# Setup production node_modules
2121
FROM base as production-deps

0 commit comments

Comments
 (0)