Browse Source

测试推送

zdd 2 years ago
parent
commit
c6fdcc240f
2 changed files with 2 additions and 1 deletions
  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----'