#!/bin/bash

# ROOT=project-root

# BRANCH="$(git branch | grep \* | cut -d ' ' -f2)"

docker stop dna_v1
docker rm dna_v1
docker rmi dna:1.0
