FROM python:3.11-slim COPY broadcast.py . CMD ["python", "broadcast.py"]