File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ ADD codevtt_config/log4php.xml /var/www/html/codevtt/
196196ADD index.html /var/www/html/index.html
197197
198198# debug
199- RUN echo -e "<?php\n phpinfo();\n " > /var/www/html/phpinfo.php
199+ # RUN echo -e "<?php\nphpinfo();\n" > /var/www/html/phpinfo.php
200200
201201# Not realy needed, but you might want to retrieve the appropriate DB init for this image.
202202# docker exec -i docker-mariadb-1 mariadb -uroot -pmy_password --force bugtracker < mantis_codevtt_freshInstall.sql
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ mkdir -p /tmp/codevtt/logs
1313if [ ! -f /var/www/html/codevtt/config/config.ini ] ; then
1414 echo " - Install default codevtt/config/config.ini"
1515 cp /install/codevtt_config/config.ini /var/www/html/codevtt/config/config.ini
16+ sed -i " s/codevInstall_timestamp = .*$/codevInstall_timestamp = $( date +%s) /g" /var/www/html/codevtt/config/config.ini
1617fi
1718
1819if [ ! -f /var/www/html/mantis/config/config_inc.php ] ; then
You can’t perform that action at this time.
0 commit comments