From c3861809ba48bb3289c253d25ed8e5c8430df103 Mon Sep 17 00:00:00 2001 From: Dnny44 Date: Thu, 8 Aug 2024 12:35:05 -0500 Subject: [PATCH] Fixing channels path again --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98d6361..23f1d44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,13 +2,12 @@ FROM node:20-slim RUN apt-get update && apt-get install -y git python3 RUN mkdir /epg +RUN mkdir /channels +COPY channels.xml /channels RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git /epg WORKDIR /epg RUN npm install -RUN mkdir /channels -COPY channels.xml /channels - CMD npm run grab -- --channels /channels/channels.xml \ No newline at end of file