From fd2a0c7b53d160e216954be28599b2c0490aa180 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Sun, 21 Jun 2020 17:57:42 +0100 Subject: [PATCH] build command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bd94b4..a500c10 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build:docker": "docker build -t BBLBTV_bot ." }, "repository": { "type": "git",