# This is the port that Gunicorn uses, so expose it to the outside
# Don't just add the base code directory, to try to cut down on
# Install all the requirements -- doing things in this order should
# reduce the size of redeployments if we don't change dependencies.
ADD requirements.txt /code/
RUN pip install -r requirements.txt
# Add the main code directory and point at the start script.