mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: use npm run dev-server in docker-compose (#31876)
This commit is contained in:
committed by
GitHub
parent
fc8710f50a
commit
ab6045691e
@@ -36,7 +36,9 @@ if [ "$BUILD_SUPERSET_FRONTEND_IN_DOCKER" = "true" ]; then
|
||||
npm install
|
||||
|
||||
echo "Start webpack dev server"
|
||||
npm run dev
|
||||
# start the webpack dev server, serving dynamically at http://localhost:9000
|
||||
# it proxies to the backend served at http://localhost:8088
|
||||
npm run dev-server
|
||||
|
||||
else
|
||||
echo "Skipping frontend build steps - YOU NEED TO RUN IT MANUALLY ON THE HOST!"
|
||||
|
||||
Reference in New Issue
Block a user