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 \
|
||||
wget \
|
||||
xmlstarlet \
|
||||
cron \
|
||||
cron
|
||||
|
||||
# Copy channel id list to data directory, cleaner script to opt directory
|
||||
COPY xml_tv_ids.txt /data/
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user