forked from cartsnitch/cartsnitch
42acdc070e
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>
9 lines
59 B
Plaintext
9 lines
59 B
Plaintext
node_modules
|
|
dist
|
|
.git
|
|
.github
|
|
*.md
|
|
.env*
|
|
.vscode
|
|
coverage
|