I run below below command in terminal but i get command not found .
and my code is :
Notice : i have used chmod +x ...
but it is not problem
Remove the $
in front of your variables when you set them, like this
#!/bin/bash
VERSION=0.0.1
ARCH=alrz
APP=vehicle-color-recognition
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null 2>&1 && pwd )"
docker build -f $DIR/Dockerfile -t $ARCH/$APP:$VERSION .