Skip to content

Commit

Permalink
Add global install of webpack and webpack-cli to docker-compose (#9310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Barrett authored Mar 24, 2020
1 parent f51ab59 commit 46e39d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46e39d1

Please sign in to comment.