fix up docker files

This commit is contained in:
iamBadgers
2025-06-10 23:53:18 -07:00
parent 8d9bfa3fe0
commit af408e5246
5 changed files with 365 additions and 479 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "npx protoc --ts_out=server_grpc1:./ --proto_path ./ ./*.proto"
"build_server": "npx protoc --ts_out=server_grpc1:./ --proto_path ./ ./*.proto",
"build_client": "npx protoc --ts_out:./ --proto_path ./ ./*.proto"
},
"author": "",
"license": "ISC",