#!/bin/bash SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)" docker build -t techmo-asr "$SCRIPT_DIR" docker tag techmo-asr docker-registry.theliver.pl/techmo-asr:1.1 docker push docker-registry.theliver.pl/techmo-asr:1.1