fix(docker): fix FROM...AS casing

This commit is contained in:
Alexander Minkin 2024-11-04 15:01:15 +03:00
parent b4fd4f018c
commit 3c53564d57
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

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