Skip to content

Commit

Permalink
fix: ajout de la génération des keys
Browse files Browse the repository at this point in the history
  • Loading branch information
David-IGN committed Dec 16, 2024
1 parent b9a4ac3 commit 8ae28aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/init_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ else
php bin/console doctrine:migrations:migrate --no-interaction -e prod
fi

php bin/console lexik:jwt:generate-keypair --overwrite

# Lancer PHP-FPM en mode foreground
exec php-fpm -F --pid /opt/bitnami/php/tmp/php-fpm.pid -y /opt/bitnami/php/etc/php-fpm.conf

0 comments on commit 8ae28aa

Please sign in to comment.