Add Docker build + Gitea Actions CI for self-hosting

- next.config: output 'standalone' for a self-contained server bundle
- Dockerfile: multi-stage Next.js build (node:22-alpine)
- .gitea/workflows/deploy.yml: build + push to the Gitea registry
This commit is contained in:
2026-07-22 10:44:04 -05:00
parent d8ec865385
commit 91a37a8d06
4 changed files with 66 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
node_modules
.next
.git
npm-debug.log
.env
.env.local
Dockerfile
.dockerignore
README.md
default.nix