Skip to content

Commit 5e1d5a2

Browse files
Removed asset-mapper command
1 parent bdfc8d3 commit 5e1d5a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frankenphp/docker-entrypoint.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
5656
php bin/console doctrine:migrations:migrate --no-interaction --all-or-nothing
5757
fi
5858
fi
59-
60-
if [ -f importmap.php ] && [ "$APP_ENV" = "prod" ]; then
61-
php bin/console asset-map:compile
62-
fi
6359

6460
echo 'PHP app ready!'
6561
fi

0 commit comments

Comments
 (0)