docker build增加--no-cache参数

This commit is contained in:
GoEdgeLab
2022-11-14 15:01:13 +08:00
parent 3a841c992b
commit 9fa18bc1d7

View File

@@ -2,4 +2,4 @@
VERSION=latest VERSION=latest
docker build -t goedge/edge-admin:${VERSION} . docker build --no-cache -t goedge/edge-admin:${VERSION} .