Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97b2e2b7c9 | |||
| 421bebb294 | |||
| b77bf97acd | |||
| b671040deb |
20
Dockerfile
20
Dockerfile
@@ -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 * * *"
|
||||
@@ -23,20 +23,22 @@ RUN apk update \
|
||||
&& npm install pm2 -g \
|
||||
&& 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 \
|
||||
&& cd $WORKDIR && npm install && npm update \
|
||||
&& rm -rf .sites \
|
||||
&& rm -rf .husky \
|
||||
&& rm -rf .github \
|
||||
&& rm -rf .git \
|
||||
&& rm .gitignore \
|
||||
&& rm CONTRIBUTING.md \
|
||||
&& rm LICENSE \
|
||||
&& rm README.md \
|
||||
&& rm SITES.md \
|
||||
&& rm Dockerfile \
|
||||
&& rm .gitignore \
|
||||
&& 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 \
|
||||
|
||||
@@ -250,4 +250,10 @@ Sometimes a new version of this image will be bound to the same source commit. T
|
||||
- 1.0.78
|
||||
[02-23-2026](https://github.com/iptv-org/epg/commit/e4f92bb2a2768dcba3dbbd52b19d78d96bebc31e)
|
||||
<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)
|
||||
Reference in New Issue
Block a user