Fixing rules
ogdhcp/pipeline/tag There was a failure building this commit Details

main
Nicolas Arenas 2025-03-26 15:45:44 +01:00
parent 182fab4d87
commit a8242d5f8a
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -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; \