fix: updates local deploy compose

This commit is contained in:
2025-05-24 23:13:21 -05:00
parent e85ae5ac95
commit c763d67fcb
9 changed files with 186 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ echo "> Sleeping for ${SLEEP_TIME} seconds to wait for the database"
sleep $SLEEP_TIME
# Provision database
php /var/www/bin/console doctrine:migrations:migrate --no-interaction
php /var/www/bin/console db:seed
php /app/bin/console doctrine:migrations:migrate --no-interaction
php /app/bin/console db:seed
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
exec docker-php-entrypoint "$@"