fix: update permissions

This commit is contained in:
Bohdan Kucherivayi 2024-12-01 23:53:46 +02:00
parent 4dcf23ebb7
commit 8d768d338e

View file

@ -70,6 +70,8 @@ RUN useradd -ms /bin/bash frappe \
COPY resources/nginx-template.conf /templates/nginx/frappe.conf.template COPY resources/nginx-template.conf /templates/nginx/frappe.conf.template
COPY resources/nginx-entrypoint.sh /usr/local/bin/nginx-entrypoint.sh 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 FROM base AS build
RUN apt-get update \ RUN apt-get update \