dockerfile, composer phpstan
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user