rag-frontend/.dockerignore
向宁 755517a068 feat: add Dockerfile and upgrade Jenkinsfile to full CI/CD
- Multi-stage build: node:22 (pnpm build) → nginx runtime
- nginx.conf with SPA routing and API proxy
- Jenkinsfile: Docker build → push → deploy
2026-05-17 19:17:07 +08:00

11 lines
80 B
Plaintext

node_modules
.git
.gitignore
.turbo
dist
dist.zip
.husky/
.vscode/
.idea/
*.log