Kaynağa Gözat

Add pushLabkey to push labkey image to docker io

Andrej 3 hafta önce
ebeveyn
işleme
9fdace792d
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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;
+