Remove command property from parser in yml file

The parser's Dockerfile already runs the script, no need for the yml to run it. Erreur d'innattention.
This commit is contained in:
Nicolas 2025-06-12 11:59:46 -04:00
parent b1c279c17c
commit 5d7ef0317a
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ RUN apt update && apt install -y --no-install-recommends \
bash \
wget \
xmlstarlet \
cron \
cron
# Copy channel id list to data directory, cleaner script to opt directory
COPY xml_tv_ids.txt /data/

View File

@ -3,8 +3,6 @@ services:
build: ./
volumes:
- shared-data:/data
command: ["./parse-xml.sh"] # Writes output to /data/clean_CANADA_USA.xml
web:
build: ./targo_lighttpd
ports: