Multi-stage Dockerfile (node build → caddy:2-alpine production, node dev). Compose base + dev override for prod/dev switching via .env ENVIRONMENT flag. Makefile targets: build, up, down, restart, logs, dev, prod, clean, rebuild. Caddyfile serves static Astro output with caching and compression.
11 lines
91 B
Plaintext
11 lines
91 B
Plaintext
node_modules
|
|
dist
|
|
.git
|
|
.gitignore
|
|
.env
|
|
*.md
|
|
!README.md
|
|
Makefile
|
|
docker-compose*.yml
|
|
.astro
|