Add env to npm.sh so it can connect to db

This commit is contained in:
Kuba Orlik 2023-07-06 17:38:17 +02:00
parent 4274c1d6ae
commit fb019ad290

2
npm.sh
View File

@ -6,5 +6,7 @@
docker-compose run \ docker-compose run \
--rm \ --rm \
--service-ports \ --service-ports \
-e "SEALIOUS_MONGO_PORT=27017" \
-e "SEALIOUS_MONGO_HOST=db" \
test \ test \
npm "$@" npm "$@"