mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-20 04:29:34 +00:00
3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
su-exec $UID:$GID php -d memory_limit=<MEMORY_LIMIT> -f /nextcloud/occ "$@"
|