feat: sync full-stack Docker runtime and UI

This commit is contained in:
“ydy0615”
2026-06-27 22:22:42 +08:00
parent 356108e792
commit 23bfca51e4
50 changed files with 2750 additions and 2120 deletions
-4
View File
@@ -8,8 +8,4 @@ server {
location / {
try_files $uri $uri/ /index.html;
}
location /v1/ {
return 307 https://api.imageteach.tech:8002$request_uri;
}
}