Обновить build.gradle
This commit is contained in:
@ -184,7 +184,7 @@ task distDockerCompose(type: Copy){
|
|||||||
into "config"
|
into "config"
|
||||||
}
|
}
|
||||||
from(project.file("build/rdbDocker").listFiles().find {it.getName().endsWith(".fdb")}){
|
from(project.file("build/rdbDocker").listFiles().find {it.getName().endsWith(".fdb")}){
|
||||||
into "db/<%%FACTORY_REGISTRY_IMAGE%%>.fdb"
|
into "db/<%%RESERVED_NAME%%>.fdb"
|
||||||
exclude "Dockerfile"
|
exclude "Dockerfile"
|
||||||
}
|
}
|
||||||
into composeDir
|
into composeDir
|
||||||
|
|||||||
Reference in New Issue
Block a user