From 075ac41e2a590116f1c75b5ba102924b67a3073a Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 9 Jan 2025 15:23:28 +0100 Subject: [PATCH] update readme + fix Dockefile --- Dockerfile | 8 +++++++- README.md | 2 -- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 81a0df1..fd3640a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,8 @@ RUN apk update \ && mkdir $(echo "${BIN_FOLDER}/${EPG_FOLDER}") -p \ && git -C $(echo "${BIN_FOLDER}") clone --depth 1 -b $(echo "${GIT_BRANCH} ${GIT_REPO}") \ && cd $WORKDIR && npm install && npm update \ - && rm .eslintrc.json \ + && rm -rf .sites \ + && rm -rf .husky \ && rm -rf .github \ && rm -rf .git \ && rm .gitignore \ @@ -41,7 +42,12 @@ RUN apk update \ && rm -rf node_modules/**/.github \ && rm -rf node_modules/**/docs \ && rm -rf node_modules/**/LICENSE \ + && rm -rf node_modules/**/license \ && rm -rf node_modules/**/**.md \ + && rm -rf node_modules/**/**/LICENSE \ + && rm -rf node_modules/**/**/license \ + && rm -rf node_modules/**/**/.github \ + && rm -rf node_modules/**/**/**.md \ && ln -s /config/channels.xml $(echo "${WORKDIR}/channels.xml") \ && mkdir /public COPY start.sh $WORKDIR diff --git a/README.md b/README.md index b8abbe8..03af43b 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,4 @@ Sometimes a new version of this image will be bound to the same source commit. T - 1.0.36 [12-31-2024 17:32](https://github.com/iptv-org/epg/commit/5ffe285c1e5882e905c5aaee672849f6f89e5cf3) - 1.0.37 - [05-01-2025](https://github.com/iptv-org/epg/commit/95e9e670ff2dcfa90a8ac45a0ee55c4260e100c6) -- 1.0.38 [09-01-2025](https://github.com/iptv-org/epg/commit/8e39af2a4d7c15f442a3e686144278e97151d46e) \ No newline at end of file