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 a451aee commit 8df782dCopy full SHA for 8df782d
frankenphp/docker-entrypoint.sh
@@ -57,7 +57,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
57
fi
58
59
60
- if [ -f importmap.php ]; then
+ if [ -f importmap.php ] && [ "$APP_ENV" = "prod" ]; then
61
php bin/console asset-map:compile
62
63
0 commit comments