@rpcbase/server 0.330.0 → 0.331.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,7 @@ const run_docker = require("./run_docker")
|
|
|
6
6
|
const run_native = require("./run_native")
|
|
7
7
|
|
|
8
8
|
// TODO: auto create network if necessary
|
|
9
|
-
// docker network create ${
|
|
9
|
+
// docker network create ${RB_APP_NAME}-network
|
|
10
10
|
|
|
11
11
|
const start_server = async(args) => {
|
|
12
12
|
const infrastructure_dir = path.join(process.cwd(), "../infrastructure")
|