diff --git a/codepot/docker/build-ubnt2004.sh b/codepot/docker/build-ubnt2004.sh index 44e2dacb..b12fbd8b 100755 --- a/codepot/docker/build-ubnt2004.sh +++ b/codepot/docker/build-ubnt2004.sh @@ -45,6 +45,17 @@ cd .. && \ cp -pf /etc/codepot/codepot.httpd /etc/apache2/conf-enabled/codepot.conf && \ echo "PerlSwitches -Mlib=/etc/codepot/perl" >> /etc/apache2/conf-enabled/perl.conf +cat < /var/www/html/index.html + + +Codepot + + + +

Access this page for codepot.

+ + +EOF apt-get remove --purge -y php-dev libsvn-dev make libfdisk1 && \ apt-get auto-remove -y && rm -rf /var/lib/apt/lists/*