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