Séparation du fichier de configuration à l'aide de django-split-settings

This commit is contained in:
Olivier DOSSMANN
2017-08-25 13:08:01 +01:00
parent 96de9e859c
commit ae1a3edd99
12 changed files with 164 additions and 134 deletions

View File

@ -9,9 +9,11 @@ COPY requirements.txt $APPS_DIR/
WORKDIR $APPS_DIR
# uWSGI requires linux-headers
# django-split-settings needs ca-certificates as they changed on PyPi
RUN set -ex \
&& buildDeps=' \
build-base \
ca-certificates \
linux-headers \
python3-dev \
' \