FROM python:3.11.11-alpine3.21
COPY ./UdpLogSender.py ./banner.txt /opt/moostream/
WORKDIR /opt/moostream
ENTRYPOINT ["python3","UdpLogSender.py"]