change dockers image name

This commit is contained in:
2023-06-11 13:21:49 +00:00
parent 82d1ccb4ee
commit cf3f3f3dd7

View File

@@ -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",