Copy dockerfile files ADD instruction in superset
I have the following DockerFile FROM apache/superset:pr-19860 RUN pip install elasticsearch-dbapi RUN superset superset fab create-admin --username admin --firstname Superset --lastname Admin --email [email protected] --password admin RUN superset superset db upgrade RUN superset superset load_examples RUN superset superset init ADD…