From 2e80fd7badbd573cc1f8874afdef3bb35f270c71 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Thu, 4 Apr 2019 18:02:27 +1100 Subject: [PATCH] Start command for docker --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cae04b8..a5feb4d 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,9 @@ }, "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" }, "author": "", "license": "ISC" -} +} \ No newline at end of file