testing channels.xml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m16s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m16s
This commit is contained in:
@@ -2,9 +2,13 @@ FROM node:20-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y git python3
|
||||
RUN mkdir /epg
|
||||
|
||||
RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git /epg
|
||||
WORKDIR /epg
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD npm run grab -- --site=tvtv.us
|
||||
RUN mkdir /channels
|
||||
COPY channels.xml /channels/channels.xml
|
||||
|
||||
CMD npm run grab -- --channels /channels/channels.xml
|
||||
4
channels.xml
Normal file
4
channels.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<channel site="tvtv.us" lang="en" xmltv_id="DisneyChannelEast.us" site_id="10171">Disney Channel East</channel>
|
||||
</channels>
|
||||
Reference in New Issue
Block a user