nextcloud: fix Dockerfile, closes #84

This commit is contained in:
Wonderfall
2017-03-22 15:44:07 +01:00
parent 2fc8b01c49
commit 5817b850bf
14 changed files with 123 additions and 111 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
su-exec $UID:$GID php7.1 /nextcloud/occ $@
su-exec $UID:$GID php7 /nextcloud/occ $@