Compare commits

..

4 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
b77bf97acd update readme
All checks were successful
Build docker container / build (push) Successful in 8m43s
2026-03-23 08:41:38 +01:00
b671040deb update readme
All checks were successful
Build docker container / build (push) Successful in 8m43s
2026-03-16 09:12:30 +01:00
2 changed files with 18 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_REPO=https://github.com/iptv-org/epg.git
ARG GIT_BRANCH=master ARG GIT_BRANCH=master
ENV CRON_SCHEDULE="0 0,12 * * *" ENV CRON_SCHEDULE="0 0,12 * * *"
@@ -28,15 +28,17 @@ RUN apk update \
&& rm -rf .husky \ && rm -rf .husky \
&& rm -rf .github \ && rm -rf .github \
&& rm -rf .git \ && rm -rf .git \
&& rm Dockerfile \
&& rm .gitignore \ && rm .gitignore \
&& rm CONTRIBUTING.md \ && rm -f CONTRIBUTING.md \
&& rm LICENSE \ && rm -f GUIDES.md \
&& rm README.md \ && rm -f LICENSE \
&& rm SITES.md \ && rm -f README.md \
&& rm -f SITES.md \
&& rm -rf tests \ && rm -rf tests \
&& rm sites/**/readme.md \ && rm -f sites/**/readme.md \
&& rm -rf sites/**/__data__ \ && rm -rf sites/**/__data__ \
&& rm sites/**/**.test.js \ && rm -f sites/**/**.test.js \
&& rm -rf node_modules/**/.package-lock.json \ && rm -rf node_modules/**/.package-lock.json \
&& rm -rf node_modules/**/.tsconfig.json \ && rm -rf node_modules/**/.tsconfig.json \
&& rm -rf node_modules/**/.tsconfig.tsbuildinfo.json \ && rm -rf node_modules/**/.tsconfig.tsbuildinfo.json \

View File

@@ -251,3 +251,9 @@ Sometimes a new version of this image will be bound to the same source commit. T
[02-23-2026](https://github.com/iptv-org/epg/commit/e4f92bb2a2768dcba3dbbd52b19d78d96bebc31e) [02-23-2026](https://github.com/iptv-org/epg/commit/e4f92bb2a2768dcba3dbbd52b19d78d96bebc31e)
<br>Updates custom fixes to latest code <br>Updates custom fixes to latest code
<br>Includes fix for pickx.be provider <br>Includes fix for pickx.be provider
- 1.0.79
[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)