mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
feat: use npm ci over npm install in Dockerfile
This commit is contained in:
parent
325341dced
commit
4352d755a6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ RUN mkdir /zeppelin/dashboard
|
|||
COPY --chown=node:node dashboard/package.json /zeppelin/dashboard
|
||||
|
||||
WORKDIR /zeppelin
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
|
||||
COPY --chown=node:node . /zeppelin
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue