This website requires JavaScript.
Explore
Help
Register
Sign In
TRKJ
/
EdgeAdmin
Watch
2
Star
0
Fork
0
You've already forked EdgeAdmin
mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced
2025-11-03 04:10:27 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9fa18bc1d74e21b7af63ec0d15ad5ea524c73498
EdgeAdmin
/
docker
/
build.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
增加Docker镜像构建脚本
2022-11-13 18:46:30 +08:00
#!/usr/bin/env bash
VERSION
=
latest
docker build增加--no-cache参数
2022-11-14 15:01:13 +08:00
docker build --no-cache -t goedge/edge-admin:
${
VERSION
}
.
Reference in New Issue
Copy Permalink