Equilo landing page (all current app features)

This commit is contained in:
2026-06-23 16:08:54 +00:00
commit a75c046f01
2 changed files with 320 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Statische Equilo-Landingpage über nginx (für Coolify Dockerfile-Build).
FROM nginx:1.27-alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80
HEALTHCHECK CMD wget -qO- http://localhost/ >/dev/null 2>&1 || exit 1