This commit is contained in:
2026-03-02 18:34:51 +03:00
parent df9cb6683c
commit f0f9957b0c

View File

@ -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"
} }