mirror of
https://github.com/openvk/openvk
synced 2024-12-25 01:51:03 +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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue