minor
This commit is contained in:
@ -187,7 +187,7 @@ task distDockerCompose(type: Copy){
|
|||||||
from(project.file("config")){
|
from(project.file("config")){
|
||||||
into "config"
|
into "config"
|
||||||
}
|
}
|
||||||
from(project.file("build/rdbDocker")){
|
from(project.file("build/rdbDocker").listFiles().find {it.getName().endsWith(".fdb")}){
|
||||||
into "db/<%%FACTORY_REGISTRY_IMAGE%%>.fdb"
|
into "db/<%%FACTORY_REGISTRY_IMAGE%%>.fdb"
|
||||||
exclude "Dockerfile"
|
exclude "Dockerfile"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user