Update Dockerfile
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 18s

This commit is contained in:
2026-02-03 01:35:30 -05:00
parent 87e7971eb9
commit 6224ba3650

View File

@@ -18,7 +18,7 @@ ENV UPDATE_INTERVAL=6
EXPOSE 8787
# Start the EPG update loop in background, then start HTTP server
CMD ["python", "tvj_epg.py"]
CMD sh -c '\
mkdir -p /app/output; \
# Run update loop in background \
while true; do \