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 1914e4e + 388cffd commit 8353711Copy full SHA for 8353711
.docker/scripts/entrypoint.sh
@@ -6,12 +6,12 @@ groupmod --non-unique --gid "${HOST_GID}" www-data
6
7
# Clone Nextcloud repository, if needed
8
if [ ! -d ".git" ]; then
9
+ git config --global --add safe.directory /var/www/html
10
git init
11
git remote add origin https://github.com/nextcloud/server
12
git fetch --depth=1 origin "${VERSION_NEXTCLOUD}"
13
git checkout "${VERSION_NEXTCLOUD}"
14
git submodule update --init --recursive
- git config --global --add safe.directory /var/www/html
15
mkdir data
16
mkdir apps-writable
17
mkdir apps-extra
0 commit comments