mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Fix entrypoint.sh permission
This commit is contained in:
parent
edfd8f0755
commit
373e6c1e20
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ VOLUME [ \
|
|||
USER root
|
||||
# This entrypoint script link build assets of the image to the mounted sites volume at container initialization
|
||||
COPY resources/core/main-entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
RUN chmod ugo+rx /usr/local/bin/entrypoint.sh
|
||||
|
||||
USER frappe
|
||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue