Przeglądaj źródła

Add pushLabkey to push labkey image to docker io

Andrej 3 tygodni temu
rodzic
commit
9fdace792d
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      bin/pushLabkey.sh

+ 6 - 0
bin/pushLabkey.sh

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