diff --git a/terraform/app_service.tf b/terraform/app_service.tf index bf60fe14..bf0a6d67 100644 --- a/terraform/app_service.tf +++ b/terraform/app_service.tf @@ -49,6 +49,7 @@ resource "azurerm_linux_web_app" "main" { } app_settings = { + "DOCKER_ENABLE_CI" = "true", "DOCKER_REGISTRY_SERVER_URL" = "https://ghcr.io/" "ELIGIBILITY_SERVER_SETTINGS" = "${local.mount_path}/settings.py" # this prevents the filesystem from being obscured by a mount