2
0

add: docker env contain payment module

This commit is contained in:
2024-11-28 16:24:48 +08:00
parent 8c0032e569
commit ac8d3c5bee
7 changed files with 138 additions and 3 deletions

View File

@@ -42,3 +42,5 @@ cp ../wfc-modules/wfc-job/target/wfc-modules-job.jar ./wfc/modules/job/jar
echo "begin copy wfc-modules-gen "
cp ../wfc-modules/wfc-gen/target/wfc-modules-gen.jar ./wfc/modules/gen/jar
echo "begin copy wfc-modules-payment "
cp -rf ../wfc-modules/wfc-payment/target/wfc-modules-payment.jar ./wfc/modules/payment/jar