diff --git a/Dockerfile b/Dockerfile index e86d231..dbfc6be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 9a52741..d987b8d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

# speed-data-docker diff --git a/media/gem_nw_light.alpha.png b/media/gem_nw_light.alpha.png deleted file mode 100644 index 8643555..0000000 Binary files a/media/gem_nw_light.alpha.png and /dev/null differ diff --git a/media/gem_nw_light.png b/media/gem_nw_light.png deleted file mode 100644 index f2d3e5a..0000000 Binary files a/media/gem_nw_light.png and /dev/null differ diff --git a/media/nw.svg b/media/nw.svg new file mode 100644 index 0000000..0642278 --- /dev/null +++ b/media/nw.svg @@ -0,0 +1,566 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/favicon.ico b/src/favicon.ico deleted file mode 100644 index c2d4034..0000000 Binary files a/src/favicon.ico and /dev/null differ diff --git a/src/gem_nw_128.png b/src/gem_nw_128.png deleted file mode 100644 index 7388b40..0000000 Binary files a/src/gem_nw_128.png and /dev/null differ diff --git a/src/gem_nw_256.png b/src/gem_nw_256.png deleted file mode 100644 index c916f8b..0000000 Binary files a/src/gem_nw_256.png and /dev/null differ diff --git a/src/nw.ico b/src/nw.ico new file mode 100644 index 0000000..e129614 Binary files /dev/null and b/src/nw.ico differ diff --git a/src/nw.png b/src/nw.png new file mode 100644 index 0000000..34645bc Binary files /dev/null and b/src/nw.png differ