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:
parent
b1c279c17c
commit
5d7ef0317a
|
@ -5,7 +5,7 @@ RUN apt update && apt install -y --no-install-recommends \
|
||||||
bash \
|
bash \
|
||||||
wget \
|
wget \
|
||||||
xmlstarlet \
|
xmlstarlet \
|
||||||
cron \
|
cron
|
||||||
|
|
||||||
# Copy channel id list to data directory, cleaner script to opt directory
|
# Copy channel id list to data directory, cleaner script to opt directory
|
||||||
COPY xml_tv_ids.txt /data/
|
COPY xml_tv_ids.txt /data/
|
||||||
|
|
|
@ -3,8 +3,6 @@ services:
|
||||||
build: ./
|
build: ./
|
||||||
volumes:
|
volumes:
|
||||||
- shared-data:/data
|
- shared-data:/data
|
||||||
command: ["./parse-xml.sh"] # Writes output to /data/clean_CANADA_USA.xml
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
build: ./targo_lighttpd
|
build: ./targo_lighttpd
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user