No description
Find a file
Pascal Scholz 28ba23102a Add Docker deployment setup for static Astro site
Multi-stage Dockerfile (node build -> nginx serve), nginx config with
_astro asset caching, .dockerignore, and .gitignore hardening for
TLS key files. Astro already builds static output with site set to
https://larpaso.de.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JmTVcwbGJBYP7gu4P7b1yG
2026-09-12 03:21:47 +02:00
public Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
src Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
.dockerignore Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
.gitignore Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
astro.config.mjs Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
DEPLOYMENT.md Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
Dockerfile Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
nginx.conf Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
package-lock.json Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
package.json Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
tsconfig.json Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00