feat: add multi-stage Dockerfile for PWA

Build stage uses node:20-alpine to install deps and build.
Prod stage uses nginx:stable-alpine to serve static assets.
Includes nginx config with SPA routing, gzip, health endpoint,
and aggressive caching for Vite-hashed assets.

Closes #6

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
deploy-debbie[bot]
2026-03-18 13:26:57 +00:00
parent 26e97d8c15
commit 5ad8fb806f
3 changed files with 64 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
node_modules
dist
.git
.github
*.md
.env*
.vscode
coverage