迁移网关

This commit is contained in:
BBIT-Kai
2026-06-11 09:44:28 +08:00
parent a3df3b0322
commit cd16184e0c
22 changed files with 70 additions and 433 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
# push_docker.ps1
# Set version
$env:VERSION = "1.5.5.1"
$env:VERSION = "1.5.6"
# Docker registry/repository
$registry = "ai.ronsunny.cn:13011/bbit_ai/ce_vue"
$registry = "docker.bbitcn.net/bbit_ai/ce_vue"
# Dockerfile path
$dockerfilePath = ".\scripts\deploy\Dockerfile"