FROM python:3.10-alpine RUN pip install -r requirements.txt COPY . . CMD ["python", "main.py"]