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