We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77cfc8e + d03b6ec commit 1914e4eCopy full SHA for 1914e4e
.docker/scripts/entrypoint.sh
@@ -11,6 +11,7 @@ if [ ! -d ".git" ]; then
11
git fetch --depth=1 origin "${VERSION_NEXTCLOUD}"
12
git checkout "${VERSION_NEXTCLOUD}"
13
git submodule update --init --recursive
14
+ git config --global --add safe.directory /var/www/html
15
mkdir data
16
mkdir apps-writable
17
mkdir apps-extra
0 commit comments