mirror of
https://github.com/senaite/senaite.docker.git
synced 2024-11-10 09:12:46 +08:00
Try to fix dubious ownership
This commit is contained in:
parent
2f2797126b
commit
c245e987dd
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ mkdir -p /home/senaite/senaitelims/src
|
|||
find /data -not -user senaite -exec chown senaite:senaite {} \+
|
||||
find /home/senaite -not -user senaite -exec chown senaite:senaite {} \+
|
||||
|
||||
# Fix mr.developer: fatal: detected dubious ownership in repository at ...
|
||||
# also see: https://github.com/actions/runner-images/issues/6775
|
||||
gosu senaite git config --global --add safe.directory /home/senaite/senaitelims/src
|
||||
|
||||
# Initializing from environment variables
|
||||
gosu senaite python /docker-initialize.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue