mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 06:24:52 +03:00
Silence test instruction in django Dockerfile
This commit is contained in:
parent
baadf7d551
commit
a414f187f4
|
@ -16,7 +16,8 @@ RUN apk update \
|
|||
# Translations dependencies
|
||||
gettext \
|
||||
# and https://docs.djangoproject.com/en/dev/ref/django-admin/#dbshell
|
||||
postgresql-client
|
||||
postgresql-client \
|
||||
|| true
|
||||
|
||||
COPY ./requirements/ /app/requirements/
|
||||
WORKDIR /app/
|
||||
|
|
Loading…
Reference in New Issue
Block a user