Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
adding  -T  option to run it via cron
  • Loading branch information
Natkeeran authored and DonRichards committed Mar 9, 2022
1 parent d3f8728 commit 2163ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ drupal-database:
.PHONY: install
.SILENT: install
install: drupal-database
docker-compose exec drupal with-contenv bash -lc "for_all_sites install_site"
docker-compose exec -T drupal with-contenv bash -lc "for_all_sites install_site"

# Updates settings.php according to the environment variables.
.PHONY: update-settings-php
Expand Down

0 comments on commit 2163ced

Please sign in to comment.