You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/03 19:43:40 UTC

[GitHub] [incubator-superset] andrewjkeith commented on issue #8649: superset_1 container is not starting after running docker-compose

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org