diff --git a/Makefile b/Makefile index bdc9b0a..77f3c4d 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ update: COMPOSER_ALLOW_SUPERUSER=1 composer dump-env prod COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader php bin/console doctrine:migrations:migrate --no-interaction - php bin/console app:theme:refresh php bin/console app:update + php bin/console app:theme:refresh ifeq ($(shell id -u), 0) chown -R www-data:www-data public/ chown -R www-data:www-data var/