@@ -17,7 +17,8 @@ services:
1717 - 9933:9933 # RPC
1818 volumes :
1919 - basePath:/tmp
20- - ./scripts:/dhx/scripts
20+ - ./scripts:/dhx/node/scripts
21+ - ./node/src/chain-built:/dhx/node/node/src/chain-built
2122 restart : always
2223 entrypoint :
2324 - ./docker-entrypoint-alice.sh
@@ -32,7 +33,8 @@ services:
3233 - 9934:9933
3334 volumes :
3435 - basePath:/tmp
35- - ./scripts:/dhx/scripts
36+ - ./scripts:/dhx/node/scripts
37+ - ./node/src/chain-built:/dhx/node/node/src/chain-built
3638 restart : always
3739 entrypoint :
3840 - ./docker-entrypoint-bob.sh
@@ -47,7 +49,8 @@ services:
4749 - 9935:9933
4850 volumes :
4951 - basePath:/tmp
50- - ./scripts:/dhx/scripts
52+ - ./scripts:/dhx/node/scripts
53+ - ./node/src/chain-built:/dhx/node/node/src/chain-built
5154 restart : always
5255 entrypoint :
5356 - ./docker-entrypoint-charlie.sh
@@ -62,7 +65,8 @@ services:
6265 - 9936:9933
6366 volumes :
6467 - basePath:/tmp
65- - ./scripts:/dhx/scripts
68+ - ./scripts:/dhx/node/scripts
69+ - ./node/src/chain-built:/dhx/node/node/src/chain-built
6670 restart : always
6771 entrypoint :
6872 - ./docker-entrypoint-dave.sh
@@ -77,7 +81,8 @@ services:
7781 - 9937:9933
7882 volumes :
7983 - basePath:/tmp
80- - ./scripts:/dhx/scripts
84+ - ./scripts:/dhx/node/scripts
85+ - ./node/src/chain-built:/dhx/node/node/src/chain-built
8186 restart : always
8287 entrypoint :
8388 - ./docker-entrypoint-eve.sh
0 commit comments