FROM python:3-alpine
COPY receive.py /receive.py
CMD ["python", "/receive.py"]
