mirror of
https://gitee.com/BDWare/router-backend
synced 2026-02-14 15:39:26 +00:00
update docker configs
This commit is contained in:
@@ -58,6 +58,7 @@ task copyScript(type: Copy) {
|
||||
include 'ncstop.sh'
|
||||
include 'ncconfig.json.template'
|
||||
include 'updateCluster.sh'
|
||||
include 'log4j2.properties'
|
||||
}
|
||||
into "./build/output"
|
||||
println("copyScript done !")
|
||||
@@ -101,7 +102,7 @@ task copyWebContent(type: Copy) {
|
||||
task buildBDServerClusterZip(type: Zip, dependsOn: ["copyWebContent", "copyScript", "copyJar"]) {
|
||||
from './build/output/'
|
||||
duplicatesStrategy = DuplicatesStrategy.INCLUDE
|
||||
archiveFileName = 'bdserver-cluster.zip'
|
||||
archiveFileName = 'bdcluster-all.zip'
|
||||
destinationDirectory = file('build/')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user