From cf3f3f3dd7374b6cfe915a02a5e8344cecd955a0 Mon Sep 17 00:00:00 2001 From: Litruv Date: Sun, 11 Jun 2023 13:21:49 +0000 Subject: [PATCH] change dockers image name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34bdb9d..0735555 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "source/index.js", "scripts": { "start": "node source/index.js", - "docker-build": "docker build -t websocket-driver ." + "docker-build": "docker build -t api-websocket-bridge ." }, "author": "Litruv", "license": "Apache 2.0",