6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
|
#!/bin/bash
|
||
|
# # check for image and build
|
||
|
source ./build $1
|
||
|
[[ $force ]] && shift 1
|
||
|
udbuild try -e ../build/.env -f nextcloud.env -m opt -h opt -o '-p 8080:8080' -o '-p 9001:9001' -o '--dns=10.0.0.1' "$@"
|