Kaynağa Gözat

测试推送

zdd 2 yıl önce
ebeveyn
işleme
c6fdcc240f
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 1 0
      .gitignore
  2. 1 1
      run.sh

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 /.idea
 /target
+/*.iml

+ 1 - 1
run.sh

@@ -17,5 +17,5 @@ echo '----rm image----'
 
 docker build -t ${app_name}:${app_version} .
 echo '----build image----'
-docker run -d --restart=always --name ${app_name} ${app_name}:${app_version}
+docker run -d --name ${app_name} ${app_name}:${app_version}
 echo '----start container----'