FROM python:3.13-slim COPY clamav-http-scanner.py /app/clamav-http-scanner.py USER nobody EXPOSE 8090 CMD ["python3", "/app/clamav-http-scanner.py"]