diff --git a/images/custom/Containerfile b/images/custom/Containerfile index 5015d1ca..52f37ac7 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -64,7 +64,7 @@ RUN useradd -ms /bin/bash frappe \ && chown -R frappe:frappe /var/log/nginx \ && chown -R frappe:frappe /var/lib/nginx \ && chown -R frappe:frappe /run/nginx.pid \ - && chmod +x /usr/local/bin/nginx-entrypoint.sh + && chmod 755 /usr/local/bin/nginx-entrypoint.sh FROM base AS builder