diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index f1eac4f..b7cd2b9 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -12,6 +12,9 @@ cp /speedtest/*.js /var/www/html/ # Copy favicon cp /speedtest/favicon.ico /var/www/html/ +# Copy public key +cp /speedtest/librespeed-public-key.asc /var/www/html/ + # Set custom webroot on alpine if [ -f /etc/alpine-release ]; then sed -i "s#\"/var/www/localhost/htdocs\"#\"/var/www/html\"#g" /etc/apache2/httpd.conf