0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00

Adds version 9.0

This commit is contained in:
pierreozoux 2017-01-21 15:22:59 +00:00
parent e8590ef1b7
commit e0c8ce80b2
4 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
set -e
if [ ! -e '/var/www/html/version.php' ]; then
tar cf - --one-file-system -C /usr/src/nextcloud . | tar xf -
chown -R www-data /var/www/html
fi
exec "$@"