docker build -t "testbuild" . && docker run --name=database -d mongo:4.4.0 && docker run --name=test --link=database:database --env-file .env.test testbuild npm run test-mocha-with-coverage; docker rm test; docker rm -f database;
-
Notifications
You must be signed in to change notification settings - Fork 0
BueBio/api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published