From e92f61efd016c8300eb38cdf86f21290b28fa98d Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Fri, 15 Jun 2018 16:54:42 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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