b5b004509d
Multi-stage Dockerfile (Node 22 Alpine), docker-compose for self-hosted and hosted deployments, CI workflow for GHCR publishing, runtime env var substitution, and cron sidecar with supercronic. Aligns hosted extension preset with dev config (enable-banking, ai-categorization, ai-chat, email). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
215 B
Plaintext
21 lines
215 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.gitignore
|
|
.env*
|
|
!.env.docker.example
|
|
supabase/
|
|
**/__tests__/
|
|
**/*.test.ts
|
|
**/*.test.tsx
|
|
**/*.spec.ts
|
|
tests/
|
|
.claude/
|
|
.github/
|
|
.vscode/
|
|
*.md
|
|
!README.md
|
|
!DOCKER.md
|
|
LICENSE
|
|
docker-compose*.yml
|