FROM python:3-alpine

WORKDIR /app/src

RUN pip install requests

COPY ["coordinator/src", "./"]