Fix minor typo in docker-entrypoint.sh (#345)
This commit is contained in:
committed by
Abhilash Raj
parent
983e925239
commit
6f26dc9145
@@ -58,7 +58,7 @@ fi
|
||||
function setup_database () {
|
||||
if [[ ! -v DATABASE_URL ]]
|
||||
then
|
||||
echo "Environemnt variable DATABASE_URL should be defined..."
|
||||
echo "Environment variable DATABASE_URL should be defined..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user