From cd41bbb7412c13a02464cd6e700ac4412b63ecaa Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 12 Jun 2025 11:43:59 -0400 Subject: [PATCH] minor yml fix Changed web service's property to 'build,' from 'image.' --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index fc6f4d9..49f1e98 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: command: ["./parse-xml.sh"] # Writes output to /data/clean_CANADA_USA.xml web: - image: ./targo_lighttpd + build: ./targo_lighttpd ports: - "8080:80" volumes: