diff --git a/.docker/docker_start_script.sh b/.docker/docker_start_script.sh index 0b3f38d7e..a7c8e06ea 100644 --- a/.docker/docker_start_script.sh +++ b/.docker/docker_start_script.sh @@ -1,15 +1,5 @@ #!/usr/bin/env bash -#Configure web server -# cd /usr/src/app/e-mission-server - -#set database URL using environment variable -echo ${DB_HOST} -if [ -z ${DB_HOST} ] ; then - local_host=`hostname -i` - export DB_HOST=$local_host - echo "Setting db host environment variable to localhost" -fi cat conf/storage/db.conf if [ -z ${LIVERELOAD_SRC} ] ; then