FROM python:slim WORKDIR /srv COPY . . RUN pip3 install -r requirements.txt