8000
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 ab9039c commit 6707f3dCopy full SHA for 6707f3d
frankenphp/docker-entrypoint.sh
@@ -26,6 +26,10 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
26
composer install --prefer-dist --no-progress --no-interaction
27
fi
28
29
+ # Display information about the current project
30
+ # Or about an error in project initialization
31
+ php bin/console -V
32
+
33
if grep -q ^DATABASE_URL= .env; then
34
echo 'Waiting for database to be ready...'
35
ATTEMPTS_LEFT_TO_REACH_DATABASE=60
0 commit comments