增加Docker镜像构建脚本

This commit is contained in:
GoEdgeLab
2022-11-13 18:46:30 +08:00
parent 55e2e7c958
commit 81e1edae2a
6 changed files with 49 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
VERSION=latest
docker build -t goedge/edge-admin:${VERSION} .