From 153821b207fa224b6befa044dd5488de2b21bb95 Mon Sep 17 00:00:00 2001 From: David Folkes Date: Tue, 3 Feb 2026 01:30:47 -0500 Subject: [PATCH] Update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e341c79..8a747b0 100644 --- a/Containerfile +++ b/Containerfile @@ -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 ["python", "tvj_epg.py"] mkdir -p /app/output; \ # Run update loop in background \ while true; do \