tuonina 5 жил өмнө
parent
commit
5667f71cae

+ 1 - 1
eureka-web/build.gradle

@@ -59,7 +59,7 @@ task dockerBuilder(type: Docker) {
 
 task innerDockerBuilder(type: Docker){
     registry='registry.tuonq.cn:5000'
-    applicationName = 'tuonq-fw'
+    applicationName = 'tuonq-config'
     tagVersion = jar.version
     addFile("./${jar.baseName}-${jar.version}.jar","app.jar")
     entryPoint(["java","-XX:+UnlockExperimentalVMOptions","-XX:+UseCGroupMemoryLimitForHeap","-Djava.security.egd=file:/dev/./urandom","-Duser.timezone=GMT+08","-jar",'app.jar'])