mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-02 03:40:27 +08:00
docker build增加--no-cache参数
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
VERSION=latest
|
||||
|
||||
docker build -t goedge/edge-admin:${VERSION} .
|
||||
docker build --no-cache -t goedge/edge-admin:${VERSION} .
|
||||
|
||||
Reference in New Issue
Block a user