Add Dockerfile deployment for Coolify

This commit is contained in:
2026-07-07 19:23:38 +02:00
parent 4d46ef287a
commit bc98dd0cb5
6 changed files with 177 additions and 174 deletions
+5 -3
View File
@@ -21,9 +21,11 @@ Der statische Output liegt danach in `dist/`.
Empfohlene Einstellungen:
- Build command: `npm ci && npm run build`
- Publish directory: `dist`
- Node version: 24 oder aktuelle LTS
- Build Pack: `Dockerfile`
- Dockerfile location: `/Dockerfile`
- Port: `80`
Der Docker-Build erzeugt die Astro-Dateien mit Node 24 und serviert danach ausschliesslich den statischen `dist/`-Ordner ueber Nginx.
## Hinweise