mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
Compare commits
4 commits
e107589faf
...
6a1013ddf0
Author | SHA1 | Date | |
---|---|---|---|
|
6a1013ddf0 | ||
|
de8f00749e | ||
3c53564d57 | |||
|
fd7e2d9ad8 |
2 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
@ -1,5 +1,5 @@
|
|||
ARG GITREPO=openvk/openvk
|
||||
FROM ghcr.io/${GITREPO}/php:8.2-cli as builder
|
||||
FROM ghcr.io/${GITREPO}/php:8.2-cli AS builder
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
|
@ -27,7 +27,7 @@ ADD composer.* .
|
|||
|
||||
RUN composer install
|
||||
|
||||
FROM docker.io/node:20 as nodejs
|
||||
FROM docker.io/node:20 AS nodejs
|
||||
|
||||
COPY --from=builder /opt/chandler /opt/chandler
|
||||
|
||||
|
|
Loading…
Reference in a new issue