mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 19:44:00 +03:00
Alter Dockerfile comment url to point at dev Django
This commit is contained in:
parent
34673ff686
commit
897d54b690
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user