From 0dacb81413b031199d156ff53d4b0dd074c6e0c5 Mon Sep 17 00:00:00 2001 From: Dnny44 Date: Thu, 8 Aug 2024 13:53:02 -0500 Subject: [PATCH] Update CMD to JSON --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47cdbef..6d0019a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ WORKDIR /epg RUN npm install -CMD npm run grab -- --cron "0 3 * * *" --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