We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3385dcf commit 527aeaaCopy full SHA for 527aeaa
frankenphp/docker-entrypoint.sh
@@ -56,6 +56,11 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
56
php bin/console doctrine:migrations:migrate --no-interaction --all-or-nothing
57
fi
58
59
+
60
+ if [ -f importmap.php ]; then
61
+ php bin/console asset-map:compile
62
+ fi
63
64
65
echo 'PHP app ready!'
66
0 commit comments