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

This commit is contained in:
2026-02-03 01:25:07 -05:00
parent bc53cdaac0
commit a78021a75a

View File

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