Skip to content

Commit

Permalink
[FEAT]Ajout du favicon megalis
Browse files Browse the repository at this point in the history
  • Loading branch information
syji35 committed Oct 24, 2023
1 parent 69af785 commit 8453f6e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ RUN pip install flask_openid==1.3.0
RUN pip install flask-oidc==1.3.0
RUN pip install itsdangerous==2.0.1

COPY custom /app/pythonpath/custom
# Copy custom AuthOIDCView provider authentication
COPY custom/auth /app/pythonpath/custom

USER superset
USER superset

# COPY custom images/logo
COPY custom/front/assets/images/favicon.png /app/superset/static/assets/images
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added custom/front/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8453f6e

Please sign in to comment.