mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
Compare commits
3 commits
c35995bd61
...
666cadc429
Author | SHA1 | Date | |
---|---|---|---|
666cadc429 | |||
cdf1a53e03 | |||
9a53ed06fc |
2 changed files with 315 additions and 443 deletions
754
Web/static/js/package-lock.json
generated
754
Web/static/js/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -27,7 +27,7 @@ ADD composer.* .
|
|||
|
||||
RUN composer install
|
||||
|
||||
FROM docker.io/node:14 as nodejs
|
||||
FROM docker.io/node:20 as nodejs
|
||||
|
||||
COPY --from=builder /opt/chandler /opt/chandler
|
||||
|
||||
|
@ -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