tuonina 4 năm trước cách đây
mục cha
commit
dcf1379542
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      eureka-web/build.gradle

+ 1 - 1
eureka-web/build.gradle

@@ -42,7 +42,7 @@ task dockerBuilder(type: Docker) {
     addFile("*.yml","/config/")
     addFile('./start.sh','/usr/local/bin/start.sh')
     exposePort(12121)
-    entryPoint(['start.sh'])
+    entryPoint(['/usr/local/bin/start.sh'])
     doFirst {
         copy {
             from jar