diff --git a/images/production/Containerfile b/images/production/Containerfile index c031a2ff..309bd791 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -70,6 +70,8 @@ RUN useradd -ms /bin/bash frappe \ COPY resources/nginx-template.conf /templates/nginx/frappe.conf.template COPY resources/nginx-entrypoint.sh /usr/local/bin/nginx-entrypoint.sh +RUN chmod 755 /usr/local/bin/nginx-entrypoint.sh && chmod 644 /templates/nginx/frappe.conf.template + FROM base AS build RUN apt-get update \