diff --git a/build/frappe-nginx/Dockerfile b/build/frappe-nginx/Dockerfile index f5609021..d1c9f635 100644 --- a/build/frappe-nginx/Dockerfile +++ b/build/frappe-nginx/Dockerfile @@ -67,7 +67,7 @@ RUN echo "#!/bin/bash" > /rsync \ RUN mkdir /assets VOLUME [ "/assets" ] -RUN chown -R nginx:nginx /assets /etc/nginx/conf.d/ +RUN chown -R nginx:nginx /assets /etc/nginx/conf.d/ /var/www/html/ USER nginx