docker-alias
docker-alias copied to clipboard
Small issue - missing spaces
Line 39:
dbu() {docker build -t=$1 .;}
should have spaces on inside of the braces
dbu() { docker build -t=$1 .; }
Ok, thanks. I will fix it