diff --git a/Dockerfile b/Dockerfile index f8a9361..dbf7b01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY watcher.py ./ -VOLUME ["/data"] - CMD ["python", "/app/watcher.py"]