Commit c680b027 authored by daidekun's avatar daidekun

application.properties

parent cf136a30
......@@ -4,7 +4,7 @@ package org.qg;
def prepare_java(systemName, contextDir) {
sh "rm -rf ${contextDir}"
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/java ${contextDir}"
sh "cp -f /home/quant_group/config_repository/java/${systemName}.properties ${contextDir}/docker.properties"
sh "cp -f /home/quant_group/config_repository/java/${systemName}.properties ${contextDir}/application.properties.properties"
}
def prepare_nodejs(contextDir) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment