Silence test instruction in django Dockerfile

This commit is contained in:
Nikita P. Shupeyko 2018-06-27 22:53:28 +03:00
parent baadf7d551
commit a414f187f4

View File

@ -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/