diff --git a/Dockerfile b/Dockerfile index a279478..f0bdfbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker.charlyghislain.com/front-apache:2.4.39-a ARG CLANG=en -COPY dist/${CLANG} /var/www/${CLANG} +COPY dist/${CLANG} /var/www/html/${CLANG} COPY docker/httpd.conf /var/run/httpd.conf.tmp RUN apk add gettext \ && mkdir /var/run/httpd \ diff --git a/docker/httpd.conf b/docker/httpd.conf index 1c5d597..bd8cd08 100644 --- a/docker/httpd.conf +++ b/docker/httpd.conf @@ -1,6 +1,5 @@ -DocumentRoot /var/www - + Options -Indexes +FollowSymLinks AllowOverride All Require all granted