buildLabkey.sh 90 B

12345678
  1. #!/bin/bash
  2. . $(dirname $0)/env.sh
  3. echo ${GROUP_ID}
  4. $DOCKERCOMPOSE -f $COMPOSE build;