Line 39: dbu() {docker build -t=$1 .;} should have spaces on inside of the braces dbu() { docker build -t=$1 .; }
Line 39:
dbu() {docker build -t=$1 .;}
should have spaces on inside of the braces
dbu() { docker build -t=$1 .; }