6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
|
#!/bin/bash
|
||
|
# # check for image and build
|
||
|
source ./build $1
|
||
|
[[ $force ]] && shift 1
|
||
|
mkdir dopt
|
||
|
udbuild try -e ../build/.env -f nextcloud.env -m opt -h dopt -o '-p 8080:8080' -k shell
|