FROM python:3.11 COPY requirements.txt roapi.yml /app/ RUN pip install --no-cache-dir -r /app/requirements.txt CMD ["roapi", "-c", "/app/roapi.yml"]