fix: uses new base image for app

This commit is contained in:
2025-05-21 23:52:04 -05:00
parent 64b7d4c963
commit 565481aa5a
6 changed files with 20 additions and 36 deletions

View File

@@ -10,9 +10,4 @@ sleep $SLEEP_TIME
php /var/www/bin/console doctrine:migrations:migrate --no-interaction
php /var/www/bin/console db:seed
# Start Apache in the foreground
echo "Starting PHP-FPM..."
php-fpm
exec "$@"
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf