FROM python:3.11-alpine WORKDIR /app COPY port-watcher.py . RUN pip install watchdog transmission-rpc CMD ["python", "port-watcher.py"]