greenelab/adage-server

View on GitHub
build.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

# Avoid silent and/or consumed failures within a bash script.
# if interested: http://redsymbol.net/articles/unofficial-bash-strict-mode/
set -euo pipefail
IFS=$'\n\t'

docker build -t greenescientist/adageserver .