mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Missing RUN
command in Dockerfile
This commit is contained in:
parent
bed885f001
commit
9af7b3ad6d
|
@ -22,7 +22,7 @@ RUN apt-get update \
|
|||
# Requirements are installed here to ensure they will be cached.
|
||||
COPY ./requirements /requirements
|
||||
# All imports needed for autodoc.
|
||||
pip install -r /requirements/local.txt -r /requirements/production.txt
|
||||
RUN pip install -r /requirements/local.txt -r /requirements/production.txt
|
||||
|
||||
WORKDIR /docs
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user