FROM python:3-alpine RUN pip install fastapi[standard] COPY ./src /app ENTRYPOINT fastapi run