minor yml fix

Changed web service's property to 'build,' from 'image.'
This commit is contained in:
Nicolas 2025-06-12 11:43:59 -04:00
parent 2f569c7122
commit cd41bbb741

View File

@ -6,7 +6,7 @@ services:
command: ["./parse-xml.sh"] # Writes output to /data/clean_CANADA_USA.xml command: ["./parse-xml.sh"] # Writes output to /data/clean_CANADA_USA.xml
web: web:
image: ./targo_lighttpd build: ./targo_lighttpd
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes: