Skip to content

Commit 4352d75

Browse files
committed
feat: use npm ci over npm install in Dockerfile
1 parent 325341d commit 4352d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN mkdir /zeppelin/dashboard
1717
COPY --chown=node:node dashboard/package.json /zeppelin/dashboard
1818

1919
WORKDIR /zeppelin
20-
RUN npm install
20+
RUN npm ci
2121

2222
COPY --chown=node:node . /zeppelin
2323

0 commit comments

Comments
 (0)