added npmdocker for local development

This commit is contained in:
2017-02-25 11:37:05 +01:00
parent d504e90e47
commit 57d1a6dd0a
14 changed files with 886 additions and 216 deletions

7
npmextra.json Normal file
View File

@ -0,0 +1,7 @@
{
"npmdocker": {
"baseImage": "hosttoday/ht-docker-node:mongo",
"command": "npmci test stable",
"dockerSock": false
}
}