diff --git a/Dockerfile b/Dockerfile index efe91f6..c15fd40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ WORKDIR /epg RUN npm install -CMD npm run grab -- --cron "0 3 * * *" --output /guides/guide.xml --channels channels/channels.xml ; caddy file-server --browse --root guides/ \ No newline at end of file +CMD npm run grab -- --output /guides/guide.xml --channels channels/channels.xml ; npm run grab -- --cron "0 3 * * *" --output /guides/guide.xml --channels channels/channels.xml \ No newline at end of file