From 5f234f38d14d66e9d7fefacc4d544302bca96a19 Mon Sep 17 00:00:00 2001 From: Josse DE OLIVEIRA Date: Thu, 8 Feb 2024 14:27:21 +0100 Subject: [PATCH] Extras fix --- deployment/router/Dockerfile.with-extras | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/router/Dockerfile.with-extras b/deployment/router/Dockerfile.with-extras index c50e375..bca91aa 100644 --- a/deployment/router/Dockerfile.with-extras +++ b/deployment/router/Dockerfile.with-extras @@ -1,3 +1,3 @@ FROM httpd:2.4 -COPY ./my-httpd-with-extras.conf /usr/local/apache2/conf/httpd-custom-with-extras.conf +COPY ./my-httpd-with-extras.conf /usr/local/apache2/conf/httpd-custom.conf RUN echo "Include ./conf/httpd-custom.conf" >> /usr/local/apache2/conf/httpd.conf \ No newline at end of file