Update {{cookiecutter.project_slug}}/compose/local/docs/Dockerfile

sounds good!

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
Hannah Lazarus 2020-06-27 13:57:50 -04:00 committed by GitHub
parent 401ef31c6c
commit 8c2f49ad38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,7 @@ RUN apt-get update \
# Requirements are installed here to ensure they will be cached.
COPY ./requirements /requirements
# All imports needed for autodoc.
RUN pip install -r /requirements/local.txt
RUN pip install -r /requirements/production.txt
pip install -r /requirements/local.txt -r /requirements/production.txt
WORKDIR /docs