Removing node_modules volume in docker-compose.yml (#10236)

This commit is contained in:
Craig Rueda 2020-07-03 08:00:09 -07:00 committed by GitHub
parent fdd28c1a5e
commit f6e13b64b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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