#!/bin/bash
./minify && mvn clean install
docker build -f Dockerfile -t "housewrecker/gaps:alpha" .
docker push "housewrecker/gaps:alpha"