chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:00 +08:00
commit 3de48288cb
2986 changed files with 1131193 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Pulls the CI-built server image instead of building from source — the web UI
# bundle is gitignored, so a plain `docker build` would fail. For platforms that
# only run `docker build` (Railway, HF Spaces). Override the tag via
# --build-arg OMNIGENT_IMAGE=ghcr.io/omnigent-ai/omnigent-server:vX.Y.Z.
ARG OMNIGENT_IMAGE=ghcr.io/omnigent-ai/omnigent-server:latest
FROM ${OMNIGENT_IMAGE}