Change apaches directory index.

This commit is contained in:
2024-02-06 20:18:40 +01:00
parent 7edd1829b7
commit 6c3c372444

View File

@@ -1,3 +1,5 @@
FROM httpd:alpine3.19 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/ COPY . /usr/local/apache2/htdocs/