Files
docker-epg/Dockerfile
Dnny44 c17fe16f81
Some checks failed
Build and Push Image / Build and push image (push) Failing after 7m44s
removing stupid comma
2024-08-05 15:45:36 -05:00

10 lines
230 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=abc.net.au