sciagent code + Gitea Actions CI/CD
CI/CD / backend (push) Failing after 2m8s
CI/CD / frontend (push) Failing after 1m40s
CI/CD / deploy (push) Has been skipped

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Thinh Lam
2026-06-30 09:38:30 +07:00
commit 688fac73e9
1167 changed files with 158244 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Build context for the frontend_user / frontend_admin images is the repo ROOT (the
# npm workspace). Keep only root manifests + shared/ + the two app dirs; exclude the
# rest so the context stays small. (be0 builds from ./be0 and is unaffected by this file.)
**/node_modules
**/dist
**/dist-ssr
.git
.gitignore
.dockerignore
.claude
docs
be0
fe0
assets
database
Posgresdb
scripts
deploy
*.md
.env
.env.*
.DS_Store
**/__pycache__