1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 19:05:40 +00:00
Files
dockerfiles/nextcloud/rootfs/usr/local/bin/occ

3 lines
86 B
Plaintext
Raw Normal View History

#!/bin/sh
2017-10-17 21:09:23 +03:00
su-exec $UID:$GID php -d memory_limit=<MEMORY_LIMIT> -f /nextcloud/occ "$@"