Browse Source

Enable cron install during bin/setup #420

Mark Shust 3 years ago
parent
commit
d4b5baa48d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compose/bin/setup

+ 3 - 0
compose/bin/setup

@@ -83,5 +83,8 @@ bin/setup-ssl "$BASE_URL"
 echo "Ensuring Composer auth.json is setup..."
 bin/setup-composer-auth
 
+echo "Installing cron (see docker-compose.yml to enable)..."
+bin/magento cron:install
+
 echo "Docker development environment setup complete."
 echo "You may now access your Magento instance at https://${BASE_URL}/"