mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
add read perms to nginx-entrypoint
This commit is contained in:
parent
e9f28c9932
commit
7c96ff6653
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ 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
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue