Alter Dockerfile comment url to point at dev Django

This commit is contained in:
Nikita P. Shupeyko 2018-04-04 11:16:11 +03:00
parent 34673ff686
commit 897d54b690

View File

@ -12,7 +12,7 @@ RUN apk update \
&& apk add libffi-dev openssl-dev py-cffi \ && apk add libffi-dev openssl-dev py-cffi \
# Translations dependencies # Translations dependencies
&& apk add gettext \ && apk add gettext \
# https://docs.djangoproject.com/en/2.0/ref/django-admin/#dbshell # https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell
&& apk add postgresql-client && apk add postgresql-client
# Requirements are installed here to ensure they will be cached. # Requirements are installed here to ensure they will be cached.