diff --git a/debian/rules b/debian/rules index 91a2fd5..a090e29 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ override_dh_auto_build: cd api; \ rm -rf var/cache/*; \ mkdir -p bin/; \ - mkdir -p public ; \ + mkdir -p public; \ COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer install --no-interaction; \ COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer dump-env prod --no-interaction; \ COMPOSER_ALLOW_SUPERUSER=1 APP_ENV=prod composer update doctrine/dbal --no-interaction; \