praveer38 commented on issue #29613: URL: https://github.com/apache/superset/issues/29613#issuecomment-2238657543
These are the contents of my dockerfile, please help me resolve the superset/translations issue. FROM apache/superset:4.0.2 USER root RUN pip install mysqlclient RUN pip install Authlib COPY ./docker-init.sh /superset-init.sh COPY docker-bootstrap.sh /app/docker/docker-bootstrap.sh COPY superset_config.py /app/ ENV SUPERSET_CONFIG_PATH /app/superset_config.py USER superset ENTRYPOINT [ "/superset-init.sh" ] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org