diff --git a/Dockerfile b/Dockerfile index e999ad0..3f1ac4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,6 +61,6 @@ RUN gulp build RUN DJANGO_MODE=build python manage.py collectstatic --noinput # -RUN usermod -u 1000 docker +RUN usermod -u 0 root RUN mkdir -p /whoosh RUN chmod a+rwx -R /whoosh \ No newline at end of file