Files
vaquant/.dockerignore
Julien Calixte 029fbae471 chore(deploy): add Dockerfile and nginx config for Coolify SPA hosting
Multi-stage build: node:22-alpine + pnpm builds, nginx:1.27-alpine
serves. VITE_* env vars are passed as build args because Vite inlines
them into the JS bundle at build time. nginx config does SPA fallback,
caches /assets/* immutably, and forces no-store on sw.js/index.html so
PWA updates propagate.
2026-06-01 21:41:21 +02:00

15 lines
126 B
Plaintext

.git
.gitignore
node_modules
dist
.DS_Store
.env
.env.*
!.env.example
.vscode
.idea
*.log
README.md
src-legacy
tests/examples