ktmud commented on issue #11694:
URL: 
https://github.com/apache/incubator-superset/issues/11694#issuecomment-736219210


   Not sure I fully understood the problem, but I'd recommend try not to rely 
on Docker for the dev build.
   
   You may even try to start Superset with Docker, but checkout another copy of 
superset source code to have a clean build.
   
   The webpack dev server [allows you to point to arbitrary remote 
host](https://github.com/apache/incubator-superset/blob/379d74d1fc2b372e4bae8a79246268c3cb83f236/CONTRIBUTING.md#build-assets)
 (even if it is running on a different version of Superset), so as long as you 
have the backend successfully running somewhere, you can always build the dev 
server locally to get more predictable build results.
   
   ```
   # Run dev-server at 8080 and proxy to local port 9000
   npm run dev-server -- --port 8088 --superset=http://localhost:9000
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to