mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
fix(docker): use npm ci instead of npm install
This commit is contained in:
parent
c35995bd61
commit
9a53ed06fc
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ WORKDIR /opt/chandler/extensions/available/openvk/Web/static/js
|
|||
|
||||
ADD Web/static/js/package.json Web/static/js/package-lock.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
|
||||
WORKDIR /opt/chandler/extensions/available/openvk
|
||||
|
||||
|
|
Loading…
Reference in a new issue