From e3e1fc79912cbe11843d8deec26d9b661e10da20 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 29 Jun 2022 13:20:01 +0200 Subject: [PATCH] Add missing Dockerfile in terraform provisioner --- mithril-infra/aggregator.tf | 5 +++++ 1 file changed, 5 insertions(+) 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"