FROM python:3.10-slim WORKDIR /app COPY . . RUN pip install flask flask-restful requests CMD ["python", "app.py"]