#!/usr/bin/env bash
echo -e "\033 building new docker image"

docker build . -t xaicorp/stashapp:latest
