Skip to content

Commit

Permalink
Add missing Dockerfile in terraform provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Jun 29, 2022
1 parent ce251a5 commit e3e1fc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mithril-infra/aggregator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e3e1fc7

Please sign in to comment.