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 2020/02/10 22:08:52 UTC

[GitHub] [incubator-superset] psiegrist opened a new issue #9112: Superset-node docker compose fails to create container

psiegrist opened a new issue #9112: Superset-node docker compose fails to create container
URL: https://github.com/apache/incubator-superset/issues/9112
 
 
   A clear and concise description of what the bug is.
   
   ### Expected results
   Superset-node container starts with docker-compose. 
   
   ### Actual results
   
   Superset-node container does not start with docker-compose. 
   
   The docker error is bash: line 0: cd: /app/superset-frontend: No such file or directory
   Seems like this commit may have caused the problem:
   291306392 (David Aaron Suddjian 2020-02-09 17:53:56 -0800 69)     command: ["bash", "-c", "cd /app/superset-frontend && npm install && npm run dev"]
   
   #### Screenshots
   
   
   #### How to reproduce the bug
   git clone https://github.com/apache/incubator-superset/
   docker-compose up
   
   ### Environment
   Ubuntu 18.04.3 - AWS
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   

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


[GitHub] [incubator-superset] suddjian commented on issue #9112: Superset-node docker compose fails to create container

Posted by GitBox <gi...@apache.org>.
suddjian commented on issue #9112: Superset-node docker compose fails to create container
URL: https://github.com/apache/incubator-superset/issues/9112#issuecomment-584399719
 
 
   Can you try running `docker-compose build` first?

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


[GitHub] [incubator-superset] dpgaspar closed issue #9112: Superset-node docker compose fails to create container

Posted by GitBox <gi...@apache.org>.
dpgaspar closed issue #9112: Superset-node docker compose fails to create container
URL: https://github.com/apache/incubator-superset/issues/9112
 
 
   

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


[GitHub] [incubator-superset] suddjian commented on issue #9112: Superset-node docker compose fails to create container

Posted by GitBox <gi...@apache.org>.
suddjian commented on issue #9112: Superset-node docker compose fails to create container
URL: https://github.com/apache/incubator-superset/issues/9112#issuecomment-584411643
 
 
   Delving further into this, I've discovered a related issue with the Dockerfile: some files are not being copied at the correct times from the correct places. I'll have a fix up soon. `docker-compose build` or `docker-compose up --build` will still be necessary after the fix.

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