Compare commits

...

4 commits

Author SHA1 Message Date
koke228666
6a1013ddf0
Merge de8f00749e into 3c53564d57 2024-11-04 12:18:55 +00:00
koke228666
de8f00749e
Merge branch 'OpenVK:master' into master 2024-11-04 15:18:52 +03:00
3c53564d57
fix(docker): fix FROM...AS casing 2024-11-04 15:01:15 +03:00
koke228666
fd7e2d9ad8
replace audio download button 2024-11-03 12:57:47 +03:00
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

View file

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