mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
Add global install of webpack and webpack-cli to docker-compose (#9310)
This commit is contained in:
@@ -69,7 +69,7 @@ services:
|
||||
|
||||
superset-node:
|
||||
image: node:10-jessie
|
||||
command: ["bash", "-c", "cd /app/superset-frontend && npm install && npm run dev"]
|
||||
command: ["bash", "-c", "cd /app/superset-frontend && npm install --global webpack webpack-cli && npm install && npm run dev"]
|
||||
env_file: docker/.env
|
||||
depends_on: *superset-depends-on
|
||||
volumes: *superset-volumes
|
||||
|
||||
Reference in New Issue
Block a user