You have a typo in the config path configuration:
ENV SUPERSET_CONFIG_PATH=/app/pythonpath/superset_config.py
According to the documentation it should be declared so:
ENV SUPERSET_CONFIG_PATH /app/pythonpath/superset_config.py