docker build --tag ava . - builds tag from docker file
docker run -d -p 8080:8080 ava:latest - runs container
docker tag ava artificialcitizens.azurecr.io/ava - copies tag to azure
docker push artificialcitizens.azurecr.io/ava - pushes to image repo
Todo: https://stackoverflow.com/questions/49796968/update-docker-image-in-azure-container-instances
`./app.sh