Archived
增加Docker镜像构建脚本
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
VERSION=latest
|
||||
|
||||
docker build -t goedge/edge-admin:${VERSION} .
|
||||
Reference in New Issue
Block a user