From c04dc2155ada0dd2f1337c19e0cbd2feca142cd4 Mon Sep 17 00:00:00 2001 From: Michael Sphar <91095350+mikespharss@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:05:02 -0500 Subject: [PATCH] TOOLCM-2143 - fix favicon errors (#46) * TOOLCM-2143 - fix favicon errors Minor change to webapp ui templates to stop logging favicon 404 errors * Add LABEL for base image --- Dockerfile | 1 + webapp/ui/templates/index.html | 3 +++ webapp/ui/templates/search.html | 3 +++ 3 files changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index ec3d7dc..c7a840b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN python3 -m venv /venv \ && /venv/bin/pip install uwsgi && /venv/bin/pip install --no-deps --compile -r /tmp/requirements.txt FROM 412335208158.dkr.ecr.us-east-1.amazonaws.com/python:3.11-slim +LABEL com.sproutsocial.docker.base-image="412335208158.dkr.ecr.us-east-1.amazonaws.com/python:3.11-slim" ENV r=/botanist diff --git a/webapp/ui/templates/index.html b/webapp/ui/templates/index.html index a66616c..f2f3227 100644 --- a/webapp/ui/templates/index.html +++ b/webapp/ui/templates/index.html @@ -1,5 +1,8 @@ {% load static %} + + +
diff --git a/webapp/ui/templates/search.html b/webapp/ui/templates/search.html index f5c12bd..6054b74 100644 --- a/webapp/ui/templates/search.html +++ b/webapp/ui/templates/search.html @@ -1,5 +1,8 @@ {% load static %} + + + {##} {##}