Browse Source

remove index.html

master
Your Name 3 years ago
parent
commit
c958b7369d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/Dockerfile

+ 2
- 0
app/Dockerfile View File

@ -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"]

Loading…
Cancel
Save