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-24 10:20:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
900dbad528c3e4ca6f60c72ee173f396c6585a6b
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