mirror of
https://github.com/openvk/openvk
synced 2024-12-26 02:21:25 +03:00
fix(docker): change yarn to npm command
This commit is contained in:
parent
cc4c481916
commit
9a10ae811c
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ COPY --from=builder /opt/chandler /opt/chandler
|
||||||
|
|
||||||
WORKDIR /opt/chandler/extensions/available/openvk/Web/static/js
|
WORKDIR /opt/chandler/extensions/available/openvk/Web/static/js
|
||||||
|
|
||||||
ADD Web/static/js/package.json Web/static/js/package-lock.json Web/static/js/yarn.lock ./
|
ADD Web/static/js/package.json Web/static/js/package-lock.json ./
|
||||||
|
|
||||||
RUN yarn install
|
RUN npm install
|
||||||
|
|
||||||
WORKDIR /opt/chandler/extensions/available/openvk
|
WORKDIR /opt/chandler/extensions/available/openvk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue