Skip to content

Commit

Permalink
Merge pull request #225 from Islandora-Devops/issues-224
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks authored Feb 10, 2022
2 parents acf7718 + 4610e2c commit 49f7074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ endif
.PHONY: drupal-database
.SILENT: drupal-database
drupal-database:
docker-compose exec -T drupal timeout 300 bash -c "while ! test -e /var/run/nginx/nginx.pid -a -e /var/run/php-fpm7/php-fpm7.pid; do sleep 1; done"
docker-compose exec -T drupal with-contenv bash -lc "for_all_sites create_database"

# Installs drupal site(s) using environment variables.
Expand Down

0 comments on commit 49f7074

Please sign in to comment.