mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +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
|
USER root
|
||||||
# This entrypoint script link build assets of the image to the mounted sites volume at container initialization
|
# 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
|
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
|
USER frappe
|
||||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue