mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
ci: fix erpnext nginx build permissions
This commit is contained in:
parent
593dfe444a
commit
9bfb3abde4
@ -67,7 +67,7 @@ RUN echo "#!/bin/bash" > /rsync \
|
||||
RUN mkdir /assets
|
||||
VOLUME [ "/assets" ]
|
||||
|
||||
RUN chown -R nginx:nginx /assets /etc/nginx/conf.d/
|
||||
RUN chown -R nginx:nginx /assets /etc/nginx/conf.d/ /var/www/html/
|
||||
|
||||
USER nginx
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user