From f439fc95957be2918691697e9d2bc08db20e4bda Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Wed, 12 Mar 2025 11:53:55 +0100 Subject: [PATCH] fix: add favicon to docker and load events immediately --- Dockerfile | 2 +- index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b24e1c3..2955513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 - ENV PATH=/var/www/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -COPY README.md pyproject.toml poetry.lock docker-entrypoint.sh index.html /var/www/ +COPY README.md pyproject.toml poetry.lock docker-entrypoint.sh index.html favicon.ico /var/www/ COPY myice /var/www/myice WORKDIR /var/www diff --git a/index.html b/index.html index 98cb9bf..02e4268 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,7 @@ location.reload(); }); eventFilters.style.display = "block"; + fetchEvents(storedApiKey); } else { apikeyContainer.innerHTML = `