Compare commits

..

2 Commits

Author SHA1 Message Date
97b2e2b7c9 fix issues in docker file
All checks were successful
Build docker container / build (push) Successful in 9m6s
2026-04-01 16:37:22 +02:00
421bebb294 update readme
Some checks failed
Build docker container / build (push) Failing after 14m5s
2026-04-01 15:44:22 +02:00
2 changed files with 14 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:24-alpine
ARG GIT_REPO=https://github.com/iptv-org/epg.git
ARG GIT_BRANCH=master
ENV CRON_SCHEDULE="0 0,12 * * *"
@@ -28,15 +28,17 @@ RUN apk update \
&& rm -rf .husky \
&& rm -rf .github \
&& rm -rf .git \
&& rm Dockerfile \
&& rm .gitignore \
&& rm CONTRIBUTING.md \
&& rm LICENSE \
&& rm README.md \
&& rm SITES.md \
&& rm -f CONTRIBUTING.md \
&& rm -f GUIDES.md \
&& rm -f LICENSE \
&& rm -f README.md \
&& rm -f SITES.md \
&& rm -rf tests \
&& rm sites/**/readme.md \
&& rm -f sites/**/readme.md \
&& rm -rf sites/**/__data__ \
&& rm sites/**/**.test.js \
&& rm -f sites/**/**.test.js \
&& rm -rf node_modules/**/.package-lock.json \
&& rm -rf node_modules/**/.tsconfig.json \
&& rm -rf node_modules/**/.tsconfig.tsbuildinfo.json \

View File

@@ -255,3 +255,5 @@ Sometimes a new version of this image will be bound to the same source commit. T
[03-16-2026](https://github.com/iptv-org/epg/commit/d10c95f326b8c36798c47e63bfd28ec0f116f974)
- 1.0.80
[03-23-2026](https://github.com/iptv-org/epg/commit/9d6339bf0f22444fa8967f0a5b2af64d13a7cdc3)
- 1.0.81
[04-01-2026](https://github.com/iptv-org/epg/commit/03250d4a07eae90200d9e0af6962776e91d7a0c1)