Added icon file

This commit is contained in:
2025-12-20 19:23:41 -08:00
parent edd3693fb6
commit 07bcf0073e
2 changed files with 1 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ WORKDIR /var/www
# Copy web assets and scripts # Copy web assets and scripts
COPY src/index.html /var/www/index.html COPY src/index.html /var/www/index.html
COPY src/favicon.ico /var/www/favicon.ico
COPY src/run_speed_test.sh /usr/local/bin/run_speed_test.sh COPY src/run_speed_test.sh /usr/local/bin/run_speed_test.sh
COPY src/start.sh /usr/local/bin/start.sh COPY src/start.sh /usr/local/bin/start.sh

BIN
src/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB