File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
"scripts" : {
57
57
"auto-scripts" : {
58
58
"cache:clear" : " symfony-cmd" ,
59
- "assets:install --symlink --relative %PUBLIC_DIR%" : " symfony-cmd" ,
59
+ "assets:install %PUBLIC_DIR%" : " symfony-cmd" ,
60
60
"security-checker security:check" : " script"
61
61
},
62
62
"post-install-cmd" : [
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'bin/console' ]; then
14
14
if [ " $APP_ENV " != ' prod' ]; then
15
15
composer install --prefer-dist --no-progress --no-suggest --no-interaction
16
16
>&2 echo " Waiting for Postgres to be ready..."
17
- until pg_isready --timeout=0 --dbname= " ${DATABASE_URL} " ; do
17
+ until bin/console doctrine:query:sql " SELECT 1 " --quiet ; do
18
18
sleep 1
19
19
done
20
20
bin/console doctrine:schema:update --force --no-interaction
You can’t perform that action at this time.
0 commit comments