Compare commits
2 Commits
1821a14ec2
...
1d92b0519c
| Author | SHA1 | Date | |
|---|---|---|---|
|
1d92b0519c
|
|||
|
f90951e308
|
@@ -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 -- --channels /channels/channels.xml
|
||||||
Reference in New Issue
Block a user