|
@ -20,7 +20,7 @@ COPY devops/docker/php/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini |
|
|
FROM pre_test AS test |
|
|
FROM pre_test AS test |
|
|
COPY ./app . |
|
|
COPY ./app . |
|
|
COPY env/app/app.env-dist .env |
|
|
COPY env/app/app.env-dist .env |
|
|
RUN composer install --no-interaction --optimize-autoloader |
|
|
|
|
|
|
|
|
RUN composer install --no-progress --optimize-autoloader --no-interaction |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FROM pre_test AS local |
|
|
FROM pre_test AS local |
|
|