🐳 修改 docker 构建逻辑.

This commit is contained in:
lijiahangmax
2025-07-06 23:35:35 +08:00
parent 97dddf01a7
commit e72a9d97cd
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
version: '3.3'
# latest = 2.4.1
# 支持以下源
# lijiahangmax/*
# ghcr.io/dromara/*
# registry.cn-hangzhou.aliyuncs.com/orionsec/*
services:
ui:
image: registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-ui:latest

View File

@@ -26,7 +26,7 @@ while [[ $# -gt 0 ]]; do
locally_build=true
shift
;;
-latest|latest-image)
-latest|--latest-image)
latest_image=true
shift
;;