# Build stage
FROM python:3.8

WORKDIR /app

CMD ["python", "main.py"]