Skip to content

Commit

Permalink
fix: detected dubious ownership in repositor
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jul 19, 2024
1 parent 77cfc8e commit d03b6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [ ! -d ".git" ]; then
git fetch --depth=1 origin "${VERSION_NEXTCLOUD}"
git checkout "${VERSION_NEXTCLOUD}"
git submodule update --init --recursive
git config --global --add safe.directory /var/www/html
mkdir data
mkdir apps-writable
mkdir apps-extra
Expand Down

0 comments on commit d03b6ec

Please sign in to comment.