docker node_modules in its own volume (#9509)

This commit is contained in:
Octavian 2020-04-12 00:47:50 +02:00 committed by GitHub
parent 622561f756
commit a797465ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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"
@ -85,6 +86,8 @@ services:
volumes:
superset_home:
external: false
node_modules:
external: false
db_home:
external: false
redis: