mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +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 ./
|
ADD Web/static/js/package.json Web/static/js/package-lock.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm ci
|
||||||
|
|
||||||
WORKDIR /opt/chandler/extensions/available/openvk
|
WORKDIR /opt/chandler/extensions/available/openvk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue