This commit is contained in:
Simon Vieille 2025-02-24 11:45:24 +01:00
commit d7d8974bd2

View file

@ -34,21 +34,21 @@ steps:
- composer install --no-scripts
"Migrates database":
image: deblan/php:8.1
image: deblan/php:8.3
environment:
- PHP=php
PHP: php
commands:
- ./bin/doctrine-migrate
"Generates JS routes":
image: deblan/php:8.1
image: deblan/php:8.3
commands:
- php bin/console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json
"Build assets":
image: node:20-alpine
environment:
- CPU_COUNT=3
CPU_COUNT: 3
commands:
- apk add --no-cache git
- npm install -g svg2ttf ttf2eot ttf2woff2
@ -76,7 +76,7 @@ services:
db:
image: mariadb:10.3
environment:
- MARIADB_ROOT_PASSWORD=root
MARIADB_ROOT_PASSWORD: root
volumes:
node_cache: