Multi-stage Dockerfile: node:22-slim build → caddy:2-alpine serve. caddy-docker-proxy labels for automatic TLS + reverse proxy. Profiles: prod (Caddy static) and dev (Astro HMR with volume mounts).
9 lines
74 B
Plaintext
9 lines
74 B
Plaintext
node_modules/
|
|
dist/
|
|
.astro/
|
|
.git/
|
|
.env
|
|
.env.*
|
|
Makefile
|
|
docker-compose.yml
|