landingpage v1

This commit is contained in:
RubenRWU
2026-04-07 17:25:18 +02:00
commit 1692f31f51
13 changed files with 2270 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# Mitarbeiterpuls Landingpage
Dieses Verzeichnis enthält die statische Landingpage für `mitarbeiterpuls` sowie ein minimales Docker-Setup für Deployment über Coolify.
## Verwendete Seite
Die produktive Startseite wird aus [`stitch-landingpage.html`](./stitch-landingpage.html) gebaut und im Container als `index.html` ausgeliefert.
## Lokaler Build
```bash
docker build -t mitarbeiterpuls-landingpage .
docker run --rm -p 8080:80 mitarbeiterpuls-landingpage
```
Dann im Browser öffnen:
```text
http://localhost:8080
```
## Coolify
Für Coolify reicht dieses Repository/Verzeichnis mit dem vorhandenen `Dockerfile`.
Empfohlene Einstellungen:
- Build Pack: `Dockerfile`
- Port: `80`
- Healthcheck-Pfad: `/health`