FROM python:3.9 WORKDIR /app COPY . . RUN pip3 install pillow flask flask-cors requests CMD ["python3", "app.py"]