Sfoglia il codice sorgente

Add pushLabkey to push labkey image to docker io

Andrej 3 settimane fa
parent
commit
9fdace792d
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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;
+