dockerfile, composer phpstan
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2025-09-29 11:33:17 +02:00
parent 9318e753c1
commit 97289f96fd
4 changed files with 154 additions and 160 deletions

View File

@@ -32,6 +32,7 @@ RUN apt-get -y update \
git \
vim \
symfony-cli \
zip \
&& cp $PHP_INI_DIR/php.ini-development $PHP_INI_DIR/php.ini \
&& install-php-extensions \
pdo_pgsql \
@@ -40,5 +41,5 @@ RUN apt-get -y update \
apcu \
xdebug \
redis \
&& composer install --ignore-platform-reqs --no-cache \
&& composer install --ignore-platform-reqs --no-cache --optimize-autoloader \
&& bin/console assets:install --symlink --relative