Before acting

This commit is contained in:
2024-09-10 12:06:27 +02:00
parent 0c681bf4ff
commit e2892bad0b
91 changed files with 50 additions and 28293 deletions

View File

@@ -5,6 +5,8 @@ RUN sed -i "s|/var/www/localhost/htdocs|/var/www/html|g" /etc/apache2/httpd.conf
# RUN rm /var/log/apache2/access.log /var/log/apache2/error.log
RUN ln -s /dev/stdout /var/log/apache2/access.log
RUN ln -s /dev/stderr /var/log/apache2/error.log
RUN mkdir /var/www/html
COPY www/ /var/www/html
WORKDIR /var/www/html
VOLUME /var/www/html