feat(gha): various docker / docker-compose build improvements (#31386)

This commit is contained in:
Maxime Beauchemin
2024-12-16 17:50:15 -08:00
committed by GitHub
parent a1adb7f31c
commit 3375e65486
14 changed files with 180 additions and 78 deletions

View File

@@ -35,7 +35,7 @@ if [ "$BUILD_SUPERSET_FRONTEND_IN_DOCKER" = "true" ]; then
echo "Running `npm install`"
npm install
echo "Running frontend"
echo "Start webpack dev server"
npm run dev
else