From cd75bffa524bacc1a546eeab19b51b220b2bc8bb Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Tue, 30 Sep 2025 12:10:12 +0200 Subject: [PATCH] chore: ensure api-queue.json exists --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 6625df5..d8b7242 100644 --- a/Containerfile +++ b/Containerfile @@ -41,6 +41,7 @@ RUN mkdir /data RUN mkdir /data/vids RUN touch /data/config.json RUN touch /data/opml.xml +RUN touch /data/api-queue.json RUN chown --recursive subsyt:subsyt /data