docker file fix

This commit is contained in:
2018-04-01 15:42:18 +02:00
parent 19b3923533
commit 395df2d245
4 changed files with 3 additions and 11 deletions

View File

@@ -57,4 +57,6 @@ RUN gulp build
# <STATIC>
RUN DJANGO_MODE=build python manage.py collectstatic --noinput
# </STATIC>
# </STATIC>
RUN DJANGO_MODE=build python manage.py rebuild_index --noinput