support ledgerparams
add startContract at cmconfig.json add docker scripts
This commit is contained in:
10
docker/preparedockerdist.sh
Normal file
10
docker/preparedockerdist.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
rm -rf build/dockerdist
|
||||
mkdir build/dockerdist
|
||||
cp docker/dockerdist/* build/dockerdist/
|
||||
cp ./agent-backend/cmconfig.json.template build/dockerdist/cmconfig.json
|
||||
cp -r ../cp-bundle/cp/build/output build/dockerdist/cp
|
||||
|
||||
if [ "$2" == "push" ]; then
|
||||
|
||||
done;
|
||||
Reference in New Issue
Block a user