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 = `