FROM python:alpine WORKDIR /app COPY . . RUN pip install requests CMD ["python", "-u", "main.py"]