uci-docker-nextcloud/deploy/run

7 lines
194 B
Plaintext
Raw Normal View History

2024-09-12 16:21:59 -07:00
#!/bin/bash
if dcp=$(./dcp $1); then
shift 1
eval "export NEXTCLOUD_CMD=idle; $dcp run --rm --name nextcloud_runner nextcloud nextcloud $*"
else
echo no environment file ${1:-$ENV_FILE}
fi