Privacy-clean fonts + Impressum + Datenschutz pages
This commit is contained in:
+1
-1
@@ -1,5 +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
|
||||
COPY *.html /usr/share/nginx/html/
|
||||
EXPOSE 80
|
||||
HEALTHCHECK CMD wget -qO- http://localhost/ >/dev/null 2>&1 || exit 1
|
||||
|
||||
Reference in New Issue
Block a user