From 6c3c372444b79f00f879ea94d622b60cf42d97d4 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 6 Feb 2024 20:18:40 +0100 Subject: [PATCH] Change apaches directory index. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e1e82ea..e48c3b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM httpd:alpine3.19 +RUN sed -ri -e 's!DirectoryIndex index.html!DirectoryIndex index.htm!g' /usr/local/apache2/conf/httpd.conf + COPY . /usr/local/apache2/htdocs/ \ No newline at end of file