Update entrypoint

This commit is contained in:
Lukas M
2018-12-31 18:36:02 +01:00
committed by GitHub
parent 918af0873f
commit ff0dbdcc5a

View File

@ -1,7 +1,7 @@
#!/bin/sh
if [ -z "${POSTGRES_USER}" ] || [ -z "${POSTGRES_PASSWORD}" ] || [ -z "${POSTGRES_HOST}" ] || [ -z "${POSTGRES_DB}" ];then
echo " # Vars not set"
echo "Database vars not set"
exit 1
fi