diff --git a/Dockerfile b/Dockerfile index 152c703..efe91f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,13 +6,9 @@ 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/ -RUN mkdir /epg/guides WORKDIR /epg RUN npm install -RUN curl -sS https://webi.sh/caddy | sh -RUN . ~/.config/envman/PATH.env - -CMD npm run grab -- --cron "0 3 * * *" --output guides/guide.xml --channels channels/channels.xml ; caddy file-server --browse --root guides/ \ No newline at end of file +CMD npm run grab -- --cron "0 3 * * *" --output /guides/guide.xml --channels channels/channels.xml ; caddy file-server --browse --root guides/ \ No newline at end of file