From 5a8e4863063afb4dd046bfd51a66455c52801577 Mon Sep 17 00:00:00 2001 From: Bernhard Riegler <b.riegler@gentics.com> Date: Wed, 31 Oct 2018 16:11:27 +0100 Subject: [PATCH] use correct path to apache portal.conf --- portal-files/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-files/Dockerfile b/portal-files/Dockerfile index c2e6b2a..4b9bba1 100644 --- a/portal-files/Dockerfile +++ b/portal-files/Dockerfile @@ -47,7 +47,7 @@ RUN chmod +x /usr/local/bin/*.sh # Apache RUN rm /etc/apache2/sites-enabled/000-default.conf COPY portal-files/apache2/vhost.conf /etc/apache2/sites-enabled/000-default.conf -COPY portal-files/apache2/portal.conf /etc/apache2/ +COPY portal-files/apache2/portal.conf /etc/apache2/sites-enabled/ # Create stdout pipe for Laravel log file RUN rm -f /portal/storage/logs/laravel.log && \