diff --git a/mithril-infra/aggregator.tf b/mithril-infra/aggregator.tf index 3d77e03de1f..0491a7222ca 100644 --- a/mithril-infra/aggregator.tf +++ b/mithril-infra/aggregator.tf @@ -18,6 +18,11 @@ resource "null_resource" "mithril-aggregator" { destination = "/home/curry/docker-compose.yaml" } + provisioner "file" { + source = "Dockerfile.cardano" + destination = "/home/curry/Dockerfile.cardano" + } + # logs shipment to grafana cloud provisioner "file" { source = "promtail-config.yml"