Update Dockerfile
Some checks failed
Docker Image / build (push) Failing after 1m40s

This commit is contained in:
2026-03-02 13:22:42 -08:00
parent 179c27520f
commit 63fd6cf264

View File

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