moving phpinfo to phpinfo.php instead of index.php
This commit is contained in:
parent
908f38eb26
commit
6a5f87c434
@ -16,7 +16,7 @@ RUN chmod +x wp-cli.phar
|
||||
RUN mv wp-cli.phar /usr/local/bin/wp
|
||||
COPY ./configs/default-index.conf /etc/httpd/conf.d/
|
||||
COPY ./configs/prod-php.ini /etc/php.ini
|
||||
COPY ./configs/phpinfo.php /var/www/html/index.php
|
||||
COPY ./configs/phpinfo.php /var/www/html/
|
||||
COPY ./configs/mariadb.repo /etc/yum.repos.d/
|
||||
COPY ./configs/index.php /var/www/html/
|
||||
RUN yum clean all
|
||||
|
Loading…
Reference in New Issue
Block a user