From 6224ba36501a367ab3d0454dcf088e8723f1d11c Mon Sep 17 00:00:00 2001 From: David Folkes Date: Tue, 3 Feb 2026 01:35:30 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a747b0..41b2275 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \