andrewjkeith commented on issue #8649: superset_1 container is not starting after running docker-compose URL: https://github.com/apache/incubator-superset/issues/8649#issuecomment-561325826 @evanmiller29 Thanks yeah, that was definitely needed because it wasn't just those two files that had the wrong line endings. But I also had to add the solution from here: https://github.com/apache/incubator-superset/issues/6694 So I ended up re-cloning the repo like you suggested, then I added the following lines to end of the `docker-entrypoint.sh`: ``` cd /home/superset/superset/static && rm assets && ln -s /home/superset/superset/assets/ assets chmod 777 /home/superset/superset/assets/ ``` After all that, the app came up just fine.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
