Skip to content

Commit

Permalink
Update config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Sep 4, 2024
1 parent 80241e0 commit 4ae79ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pip install itsdangerous==2.0.1 flask-oidc==1.4.0 Flask-OpenID==1.3.0

# Switching back to using the `superset` user
USER superset
ENV SUPERSET_CONFIG_PATH /etc/superset/superset_config.py
COPY ./superset-init.sh /etc/superset
COPY ./superset_config.py /etc/superset
COPY ./security.py /etc/superset
ENV SUPERSET_CONFIG_PATH /app/superset_config.py
COPY ./superset-init.sh /app/
COPY ./superset_config.py /app/
COPY ./security.py /app/superset_config.py

0 comments on commit 4ae79ac

Please sign in to comment.