Browse Source

Add pushLabkey to push labkey image to docker io

Andrej 3 weeks ago
parent
commit
9fdace792d
1 changed files with 6 additions and 0 deletions
  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;
+