docker help

This commit is contained in:
2019-04-04 20:39:50 +11:00
parent 2e80fd7bad
commit 7db88f71fc

View File

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