mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
Add favicon.ico (#380)
This commit is contained in:
@@ -21,6 +21,8 @@ COPY results/*.php /speedtest/results/
|
||||
COPY results/*.ttf /speedtest/results/
|
||||
|
||||
COPY *.js /speedtest/
|
||||
COPY favicon.ico /speedtest/
|
||||
|
||||
COPY docker/servers.json /servers.json
|
||||
|
||||
COPY docker/*.php /speedtest/
|
||||
|
||||
@@ -9,6 +9,9 @@ rm -rf /var/www/html/*
|
||||
# Copy frontend files
|
||||
cp /speedtest/*.js /var/www/html/
|
||||
|
||||
# Copy favicon
|
||||
cp /speedtest/favicon.ico /var/www/html/
|
||||
|
||||
# Set up backend side for standlone modes
|
||||
if [ "$MODE" == "standalone" ]; then
|
||||
cp -r /speedtest/backend/ /var/www/html/backend
|
||||
|
||||
Reference in New Issue
Block a user