mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 14:50:58 +00:00
add read perms to nginx-entrypoint (#1053)
* add read perms to nginx-entrypoint * chore: set file permission for custom image accepted as per suggestion from users not required for linux runners Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
This commit is contained in:
parent
e9f28c9932
commit
f0d94819a3
@ -64,7 +64,8 @@ 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 \
|
||||
&& chmod 644 /templates/nginx/frappe.conf.template
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user