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 bdfc8d3 commit 5e1d5a2Copy full SHA for 5e1d5a2
frankenphp/docker-entrypoint.sh
@@ -56,10 +56,6 @@ 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 ] && [ "$APP_ENV" = "prod" ]; then
61
- php bin/console asset-map:compile
62
- fi
63
64
echo 'PHP app ready!'
65
0 commit comments