From a8242d5f8a7d9328cd1599c0dbd06fbd411572f1 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Wed, 26 Mar 2025 15:45:44 +0100 Subject: [PATCH] Fixing rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \