From 42163afdf7769660854d1c8ff5571753a832d83e Mon Sep 17 00:00:00 2001 From: librespeed Date: Sat, 19 Oct 2024 14:10:15 -0400 Subject: [PATCH] cp key to /var/www/html --- docker/entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) 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