Add CI/CD: Dockerfile + Gitea Actions workflow
Some checks failed
Build and Push Backend / build (push) Failing after 2m34s

- Multi-stage Dockerfile with Bun 1.3.6
- Gitea Actions workflow for auto-build
- Push to git.fuq.tv container registry
- Build cache optimization

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hector Ros
2026-01-19 22:48:13 +01:00
parent 0f44ec34ba
commit be4bdf7cbe
3 changed files with 86 additions and 0 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
node_modules
.git
.gitignore
.env
.env.*
!.env.example
*.log
dist
.DS_Store
README.md
.cursor