Commit 6198f7b
Simon Stone
[FAB-16714] Add build.sh and start.sh scripts
Currently the build and start processing for Node.js chaincode is
specified in the peer code (platform.go and dockercontroller.go).
We want to move this into the Node.js chaincode code so that we
can update the build and start processing without having to modify
peer code.
To achieve this, we will make it work just like Java chaincode - the
peer will call out to build.sh and start.sh scripts.
Need to add the scripts first, then update the peer code to use them.
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
Change-Id: I9452f34c128bff597a8af4379103bff92fe493491 parent f085675 commit 6198f7b
3 files changed
+24
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments