Skip to content

Commit d03b6ec

Browse files
committed
fix: detected dubious ownership in repositor
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 77cfc8e commit d03b6ec

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)