Install OAuth password grant module.

This commit is contained in:
2023-11-26 07:07:54 +00:00
parent cffaf3bc3c
commit 15c8a3fbb0

View File

@@ -21,7 +21,7 @@ job "farmos" {
command = "bash"
args = [
"-c",
"composer require drupal/smtp drupal/health_check_url drupal/oauth_login_oauth2 && drush cr && exec docker-entrypoint.sh apache2-foreground"
"composer require drupal/smtp drupal/health_check_url drupal/oauth_login_oauth2 drupal/simple_oauth_password_grant && drush cr && exec docker-entrypoint.sh apache2-foreground"
]
}