Merge pull request #33 from zapal-tech:main

fix: update permissions
This commit is contained in:
Bohdan Kucheriavyi 2024-12-01 23:55:34 +02:00 committed by GitHub
commit 1d2dae71d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 \