This commit is contained in:
cghislai 2021-02-15 04:03:33 +01:00
parent 7ebaefe3bd
commit 6c4ba09d43
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM docker.charlyghislain.com/front-apache:2.4.39-a FROM docker.charlyghislain.com/front-apache:2.4.39-a
ARG CLANG=en 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 COPY docker/httpd.conf /var/run/httpd.conf.tmp
RUN apk add gettext \ RUN apk add gettext \
&& mkdir /var/run/httpd \ && mkdir /var/run/httpd \

View File

@ -1,6 +1,5 @@
DocumentRoot /var/www
<Directory "/var/www/"> <Directory "/var/www/html">
Options -Indexes +FollowSymLinks Options -Indexes +FollowSymLinks
AllowOverride All AllowOverride All
Require all granted Require all granted