Start command for docker

This commit is contained in:
2019-04-04 18:02:27 +11:00
parent 11e76aae0c
commit 2e80fd7bad

View File

@@ -12,8 +12,9 @@
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"
} }