FROM python:alpine WORKDIR /var/www/ COPY ./requirements.txt /var/www/requirements.txt RUN pip install -r /var/www/requirements.txt