@@ -0,0 +1,7 @@
+#!/bin/bash
+
+commit_id=`git rev-parse --short HEAD`
+#npm run build
+docker build -t docker.reghao.cn/tnb/bili:${commit_id} .
+docker push docker.reghao.cn/tnb/bili:${commit_id}