pdakkata-quot edited a comment on issue #17949:
URL: https://github.com/apache/superset/issues/17949#issuecomment-1062972403


   **Cause**: Git clone from any branch other than master, doesn’t build & get 
all the required files/folders for docker to run in development mode.
   
   **Solution**: The below command should be ran first to get all the required 
files/folders for docker.
   `docker build -t apache/superset:latest-dev . `
   
   **Order of execution**:
   1. Remove all the node modules in superset-frontend folder.
   2. delete all volumes in docker related to the existing container. ( 
`docker-compose down -v` )
   3. `docker build -t apache/superset:latest-dev .`
   4. `docker-compose up` 
   5. Wait until superset-init & superset-node complete.
   
   


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

Reply via email to