@@ -0,0 +1,6 @@
+#!/bin/bash
+
+. $(dirname $0)/env.sh
+docker log -u andrejstuden docker.io
+$DOCKERCOMPOSE -f $COMPOSE push;