diff --git a/npm.sh b/npm.sh index f1e3362..04b858b 100755 --- a/npm.sh +++ b/npm.sh @@ -6,5 +6,7 @@ docker-compose run \ --rm \ --service-ports \ + -e "SEALIOUS_MONGO_PORT=27017" \ + -e "SEALIOUS_MONGO_HOST=db" \ test \ npm "$@"