FROM python:3 WORKDIR /usr/src/ COPY requirements.txt /usr/src/requirements.txt RUN pip install -r requirements.txt