From 2470df6f232faf1d0ad7d30a0b3247203615e521 Mon Sep 17 00:00:00 2001 From: Dnny44 Date: Thu, 8 Aug 2024 16:25:39 -0500 Subject: [PATCH] update CMD --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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