From 2e868c464c397fd6571a20f683d59245e6c43a23 Mon Sep 17 00:00:00 2001 From: Dnny44 Date: Thu, 8 Aug 2024 13:20:00 -0500 Subject: [PATCH] Testing cron --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2948ef..f37181f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ WORKDIR /epg RUN npm install -CMD npm run grab -- --channels /channels/channels.xml \ No newline at end of file +CMD npm run grab -- --cron "0 3 * * *" --channels /channels/channels.xml \ No newline at end of file