Change apaches directory index.
This commit is contained in:
@@ -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/
|
||||||
Reference in New Issue
Block a user