Moved channels.xml out of image
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m11s

This commit is contained in:
2024-08-09 08:24:06 -05:00
parent 873ce3263f
commit 2d72a74ee2
2 changed files with 0 additions and 5 deletions

View File

@@ -4,8 +4,6 @@ RUN apt-get update && apt-get install -y git python3 curl
RUN mkdir /epg
RUN git clone --depth 1 -b master https://github.com/iptv-org/epg.git /epg
RUN mkdir /epg/channels
COPY channels.xml /epg/channels/
WORKDIR /epg
RUN npm install