This commit is contained in:
2018-06-15 16:54:42 +02:00
parent 88d7c4ab34
commit e92f61efd0

View File

@@ -61,6 +61,6 @@ RUN gulp build
RUN DJANGO_MODE=build python manage.py collectstatic --noinput
# </STATIC>
RUN usermod -u 1000 docker
RUN usermod -u 0 root
RUN mkdir -p /whoosh
RUN chmod a+rwx -R /whoosh