update COPY path
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m52s

This commit is contained in:
2024-08-08 13:27:22 -05:00
parent 2e868c464c
commit 80bb3ddf91

View File

@@ -5,7 +5,7 @@ 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/channels.xml
COPY channels.xml /epg/channels/
WORKDIR /epg
RUN npm install