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