Ruckert Utikal IT-Solutions
-Individuelle Software · Digitale Lösungen · Dorfapp
- Entdecken -diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..cde7ebb --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM nginx:alpine + +# Alle Website-Dateien in den nginx HTML-Ordner kopieren +COPY . /usr/share/nginx/html + +# Eigene nginx-Konfiguration (Gzip, Caching, saubere URLs) +COPY nginx.conf /etc/nginx/conf.d/default.conf + +EXPOSE 80 diff --git a/index.html b/index.html index c58d3fa..a16577e 100644 --- a/index.html +++ b/index.html @@ -1,179 +1,40 @@ - +
-Hier entsteht in Kürze unsere neue Webseite. Schauen Sie bald wieder vorbei!
+