feat: add Docker support with Dockerfile, compose, CI, and oneliner install

- Multi-stage Dockerfile (node build + nginx:alpine serve)
- nginx.conf with SPA fallback, gzip, asset caching
- docker-compose.yml for easy deployment
- GitHub Actions workflow to build & push to ghcr.io on every push
- .dockerignore to keep image lean
- Updated README with Docker-first quick start and badge
This commit is contained in:
Nicolas Varrot
2026-02-11 16:31:33 +00:00
parent 42857da83d
commit 5fd73001f7
7 changed files with 120 additions and 12 deletions

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
node_modules
dist
.env
.env.*
!.env.example
.git
*.md