scott01272001 commented on issue #23036:
URL: https://github.com/apache/superset/issues/23036#issuecomment-1750160856
I slove this issue by modified the 'run-server.sh' and
'docker-bootstrap.sh' located in the docker folder of the source code.
Here are the changes I made:
- run-server.sh:
add arguments --certfile and --keyfile to gunicorn command
- docker-bootstrap.sh
changed the path from ''/usr/bin/run-server.sh' to
'/app/docker/run-server.sh', the original path pointed to the script that was
created during image building. It should point to the file we mounted.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]