diff --git a/images/horizon/Dockerfile b/images/horizon/Dockerfile index ba4c1892..837fa31c 100644 --- a/images/horizon/Dockerfile +++ b/images/horizon/Dockerfile @@ -40,6 +40,7 @@ RUN python manage.py collectstatic --no-input && \ python manage.py compress --force && \ chown 1001 -R local/ ../static COPY *.svg ../static/dashboard/img/ +COPY *.ico ../static/dashboard/img/ EXPOSE 8000 ENV UWSGI_HTTP_SOCKET=:8000 \ UWSGI_WSGI_FILE=/usr/local/lib/python3.7/site-packages/openstack_dashboard/wsgi.py \ diff --git a/images/horizon/favicon.ico b/images/horizon/favicon.ico new file mode 100644 index 00000000..cc59d790 Binary files /dev/null and b/images/horizon/favicon.ico differ