zyx %!s(int64=2) %!d(string=hai) anos
pai
achega
1f878740be
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 1 0
      .gitignore
  2. 2 0
      build.sh

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
 /target
 .idea
 *.iml
+rust-docker

+ 2 - 0
build.sh

@@ -1,2 +1,4 @@
+git pull
 cargo build --release
+cp target/release/rust-docker .
 docker build  -t registry.cn-chengdu.aliyuncs.com/cxzx-test/rust-docker:0.1 .