FROM python:3.9 WORKDIR /app COPY . . RUN pip install --no-cache-dir --upgrade flask CMD ["python", "main.py"]