|
|
@ -44,6 +44,8 @@ RUN echo '[Date]' > /etc/php/7.3/apache2/conf.d/timezone.ini \ |
|
|
|
|
|
|
|
RUN ln -s /etc/apache2/sites-available/default-ssl.conf /etc/apache2/sites-enabled/default-ssl.conf |
|
|
|
|
|
|
|
RUN rm /var/www/html/index.html |
|
|
|
|
|
|
|
COPY ./newapache2conf /etc/apache2/apache2.conf |
|
|
|
|
|
|
|
CMD ["/usr/sbin/apache2", "-D", "FOREGROUND"] |