Icon and media changes

This commit is contained in:
2025-12-23 12:36:43 -08:00
parent 3fae41e34f
commit 4e417871a8
8 changed files with 32 additions and 0 deletions

View File

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