Files
docker-epg/Dockerfile
Dnny44 3a7f1de4c7
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m28s
updated test site
2024-08-06 07:21:39 -05:00

10 lines
232 B
Docker

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=directtv.com