fix(docker): use npm ci instead of npm install

This commit is contained in:
Alexander Minkin 2024-11-03 17:10:36 +03:00
parent c35995bd61
commit 9a53ed06fc
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -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