6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
|
|
||
|
pushd $(dirname "$(realpath "$BASH_SOURCE")") > /dev/null || return 1
|
||
|
source <(../lib/bash-tpl Dockerfile.tpl ) | grep -v '^# ' > ../Dockerfile
|
||
|
echo " ************* uci build Dockerfile created *****************"
|
||
|
popd > /dev/null || return 2
|