From 80bb3ddf9151b570076c57079555e62d5ffbd4d9 Mon Sep 17 00:00:00 2001 From: Dnny44 Date: Thu, 8 Aug 2024 13:27:22 -0500 Subject: [PATCH] update COPY path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f37181f..47cdbef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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