UI-UX/.dockerignore
zyc c19b3b7b05
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 6m41s
ci: add CI/CD pipeline for cyberstar.airlabs.art
- Dockerfile: multi-stage Next.js standalone build with pnpm + prisma
- k8s manifests: single web deployment + Traefik ingress + LE TLS
- Gitea workflow: build/push to Volcano CR, deploy to K3s, log-center failure reporting
- next.config: enable standalone output for slim container image

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 13:44:04 +08:00

22 lines
209 B
Plaintext

.git
.gitignore
.next
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.env
.env.*
!.env.example
.DS_Store
*.pem
coverage
.vercel
docs
README.md
.dockerignore
Dockerfile
k8s
.gitea