moved channels inside epg

This commit is contained in:
2024-08-08 12:59:54 -05:00
parent 1821a14ec2
commit f90951e308

View File

@@ -2,12 +2,12 @@ FROM node:20-slim
RUN apt-get update && apt-get install -y git python3 RUN apt-get update && apt-get install -y git python3
RUN mkdir /epg RUN mkdir /epg
RUN mkdir /channels RUN mkdir /epg/channels
COPY channels.xml /channels COPY channels.xml /epg/channels/channels.xml
RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git /epg RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git /epg
WORKDIR /epg WORKDIR /epg
RUN npm install RUN npm install
CMD npm run grab -- --site tvtv.us CMD npm run grab -- --