Skip to content

Commit 1914e4e

Browse files
authored
Merge pull request #76 from LibreCodeCoop/fix/detected-dubious-ownership-in-repositor
fix: detected dubious ownership in repositor
2 parents 77cfc8e + d03b6ec commit 1914e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.docker/scripts/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if [ ! -d ".git" ]; then
1111
git fetch --depth=1 origin "${VERSION_NEXTCLOUD}"
1212
git checkout "${VERSION_NEXTCLOUD}"
1313
git submodule update --init --recursive
14+
git config --global --add safe.directory /var/www/html
1415
mkdir data
1516
mkdir apps-writable
1617
mkdir apps-extra

0 commit comments

Comments
 (0)