Before acting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user