From 48b17634b4589981ad480ce732c6948f3b047ebd Mon Sep 17 00:00:00 2001 From: lockeshor Date: Mon, 2 Mar 2026 13:29:46 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index dbf7b01..ed9b225 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY watcher.py ./ +VOLUME /data + CMD ["python", "/app/watcher.py"]