This commit is contained in:
2019-07-05 21:46:04 +08:00
commit 12349ed679
8 changed files with 152 additions and 0 deletions

3
build.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
docker build -t fjy8018/demo-springboot:1.0 .
docker push fjy8018/demo-springboot:1.0