Update Dockerfile
All checks were successful
Docker Image / build (push) Successful in 1m18s

This commit is contained in:
2026-03-02 13:29:46 -08:00
parent 63fd6cf264
commit 48b17634b4

View File

@@ -10,4 +10,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY watcher.py ./
VOLUME /data
CMD ["python", "/app/watcher.py"]