From 8d768d338ea6fd526c0dbb5d0af6d0dc12688b2a Mon Sep 17 00:00:00 2001 From: Bohdan Kucherivayi Date: Sun, 1 Dec 2024 23:53:46 +0200 Subject: [PATCH] fix: update permissions --- images/production/Containerfile | 2 ++ 1 file changed, 2 insertions(+) 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 \