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/05/01 01:57:22 UTC

[GitHub] [incubator-superset] rjurney commented on issue #7408: Docker image serves no CSS

rjurney commented on issue #7408: Docker image serves no CSS
URL: https://github.com/apache/incubator-superset/issues/7408#issuecomment-488173731
 
 
   @CoryChaplin So far as I can tell this isn't a build issue its a runtime issue. I'm running this in development environment, are you? That would be good to know.
   
   I think problem is in [`contrib/docker/docker-entrypoint.sh`](contrib/docker/docker-entrypoint.sh). 
   
   ```bash
   elif [ "$SUPERSET_ENV" = "development" ]; then
       celery worker --app=superset.sql_lab:celery_app --pool=gevent -Ofair &
       # needed by superset runserver
       (cd superset/assets/ && npm ci)
       (cd superset/assets/ && npm run dev) &
       FLASK_ENV=development FLASK_APP=superset:app flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0
   ```
   
   I've run the individual commands on the base image and it works. I'm not sure yet why the final line of the command fails when it runs on its own.

----------------------------------------------------------------
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