mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
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:
parent
401ef31c6c
commit
8c2f49ad38
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user