owncloud: move base to alpine

This commit is contained in:
Wonderfall
2016-04-30 12:57:18 +02:00
parent 964feb5cb5
commit 8de10a4c17
8 changed files with 65 additions and 57 deletions

2
owncloud/cron Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
su - owncloud -c "php7 -f /owncloud/cron.php" > /dev/null 2>&1