From d791251fbc4a739f4479a358544d434540c0b02a Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 26 Jun 2019 15:27:38 +0200 Subject: Permit to modify apache2 configuration This patch permits to copy configurations files in lava-master/apache2/, there will be copied over in the /etc/apache2 directory of master. --- lava-master/Dockerfile | 2 ++ lava-master/apache2/.empty | 0 2 files changed, 2 insertions(+) create mode 100644 lava-master/apache2/.empty diff --git a/lava-master/Dockerfile b/lava-master/Dockerfile index 7a70b58..80da8fb 100644 --- a/lava-master/Dockerfile +++ b/lava-master/Dockerfile @@ -34,6 +34,8 @@ COPY lava_http_fqdn /root/ COPY env/ /etc/lava-server/dispatcher.d/ +COPY apache2/ /etc/apache2/ + EXPOSE 3079 5555 5556 CMD /start.sh && while [ true ];do sleep 365d; done diff --git a/lava-master/apache2/.empty b/lava-master/apache2/.empty new file mode 100644 index 0000000..e69de29 -- cgit 1.2.3-korg