From 4ae79acc18ae26ec803becf1151df8bb96e2b1d6 Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Wed, 4 Sep 2024 08:20:53 +0300 Subject: [PATCH] Update config paths --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a619f2..5168811 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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