Skip to content

Commit

Permalink
Fixing Dockerfile to pull iconify icons. (#282)
Browse files Browse the repository at this point in the history
Fixing Release Info icon.
  • Loading branch information
stolpeo committed Jan 26, 2022
1 parent 19b67f0 commit c3b8b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -105,7 +105,7 @@ RUN cd /usr/src/app && \
DJANGO_SECRET_KEY=for-build-only \
DJANGO_SETTINGS_MODULE=config.settings.production \
DATABASE_URL=postgres://sodar:sodar@fake/sodar \
python manage.py geticons
python manage.py geticons -c bi cil fa-regular fa-solid fluent gridicons octicon

# Prepare static files
RUN cd /usr/src/app && \
Expand Down
2 changes: 1 addition & 1 deletion importer/plugins.py
Expand Up @@ -19,7 +19,7 @@ class SiteAppPlugin(SiteAppPluginPoint):
urls = urlpatterns

#: FontAwesome icon ID string
icon = "info-circle"
icon = "bi:info-circle-fill"

#: Description string
description = "Databases release info app"
Expand Down

0 comments on commit c3b8b5e

Please sign in to comment.