From 5d7ef0317a28a14adb2a3105fdb259a795393dec Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 12 Jun 2025 11:59:46 -0400 Subject: [PATCH] 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. --- Dockerfile | 2 +- docker-compose.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9001e0e..d610307 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ diff --git a/docker-compose.yml b/docker-compose.yml index 49f1e98..e9fa095 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: