diff --git a/Dockerfile b/Dockerfile index 92befe97..0a2cac53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN addgroup -S hypothesis && adduser -S -G hypothesis -h /var/lib/hypothesis hy WORKDIR /var/lib/hypothesis # Ensure nginx state and log directories writeable by unprivileged user. -RUN chown -R hypothesis:hypothesis /etc/nginx/conf.d /var/log/nginx /var/lib/nginx +RUN chown -R hypothesis:hypothesis /var/log/nginx /var/lib/nginx # Copy minimal data to allow installation of python dependencies. COPY ./requirements/requirements.txt ./