Added self authored artwork

This commit is contained in:
2025-12-27 21:18:39 -08:00
parent 00599905c2
commit 12bf0a1838
10 changed files with 569 additions and 3 deletions

View File

@@ -26,8 +26,8 @@ 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/nw.ico /var/www/favicon.ico
COPY src/nw.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