diff --git a/images/horizon/Dockerfile b/images/horizon/Dockerfile index 4cd8dbf6..beb21624 100644 --- a/images/horizon/Dockerfile +++ b/images/horizon/Dockerfile @@ -41,6 +41,7 @@ RUN python manage.py compilemessages && \ 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