use compose:2 image
This commit is contained in:
parent
37d84370e6
commit
9679ed1221
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN yarn install
|
|||
RUN yarn compile
|
||||
|
||||
# Install PHP dependencies
|
||||
FROM composer:latest AS composer
|
||||
FROM composer:2 AS composer
|
||||
WORKDIR /build
|
||||
COPY --from=buildJS /build /build
|
||||
RUN cd /build/public/API && composer install
|
||||
|
|
Loading…
Reference in a new issue