5 lines
156 B
Bash
5 lines
156 B
Bash
|
#!/bin/sh
|
||
|
# Fix: The input device is not a tty
|
||
|
#export COMPOSE_INTERACTIVE_NO_CLI=1
|
||
|
/usr/bin/docker exec --user 33 nextcloud-space php occ app:update --all
|