Updated to use postgres image.

This commit is contained in:
Pau Rodriguez-Estivill
2016-10-28 17:01:50 +02:00
parent a7e9ea29a4
commit cb81b30e9c
5 changed files with 44 additions and 60 deletions
-1
View File
@@ -1,7 +1,6 @@
#! /bin/sh
set -e
set -o pipefail
if [ "${POSTGRES_DB}" = "**None**" ]; then
echo "You need to set the POSTGRES_DB environment variable."