Skip to content

Commit

Permalink
docker node_modules in its own volume (#9509)
Browse files Browse the repository at this point in the history
  • Loading branch information
octaviancorlade authored Apr 11, 2020
1 parent 622561f commit a797465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ x-superset-volumes: &superset-volumes
- ./docker/pythonpath_dev:/app/pythonpath
- ./superset:/app/superset
- ./superset-frontend:/app/superset-frontend
- node_modules:/app/superset-frontend/node_modules
- superset_home:/app/superset_home

version: "3.7"
Expand Down Expand Up @@ -85,6 +86,8 @@ services:
volumes:
superset_home:
external: false
node_modules:
external: false
db_home:
external: false
redis:
Expand Down

0 comments on commit a797465

Please sign in to comment.