feat: support debug setting, support load extenal i18n messages
This commit is contained in:
@@ -5,6 +5,7 @@ BERootDir=${GitRootDir}/be.wfc
|
||||
FERootDir=${GitRootDir}/fe.wfc
|
||||
FEUserRootDir=${GitRootDir}/fe.wfc.user
|
||||
BuildRootDir=${GitRootDir}/build.wfc
|
||||
I18nResourcesDir=${BERootDir}/wfc-common/wfc-common-core/src/main/resources
|
||||
|
||||
WFCWorkDir=/opt/wfc
|
||||
BuildDockerDir=${BuildRootDir}/build/docker
|
||||
@@ -37,6 +38,11 @@ rm -rf ${BuildDockerDir}/nginx/html/dist/u/*
|
||||
cp -rf ${FEUserRootDir}/dist/* ${BuildDockerDir}/nginx/html/dist/u/
|
||||
echo "done"
|
||||
|
||||
# copy i18n message resuorces
|
||||
echo -n "Begin copy i18n message resources ... "
|
||||
cp -rf ${I18nResourcesDir}/i18n/* ${BuildDockerDir}/conf/default/i18n/
|
||||
echo "done"
|
||||
|
||||
# copy jar
|
||||
echo -n "Begin copy wfc-gateway ... "
|
||||
cp ${BERootDir}/wfc-gateway/target/wfc-gateway.jar ${BuildDockerDir}/wfc/gateway/jar
|
||||
|
||||
Reference in New Issue
Block a user