Files
cartsnitch-fork-test/.dockerignore
deploy-debbie[bot] 42acdc070e 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>
2026-03-18 13:26:57 +00:00

9 lines
59 B
Plaintext

node_modules
dist
.git
.github
*.md
.env*
.vscode
coverage