Set Superset path properly

This commit is contained in:
2022-10-04 21:41:22 +01:00
parent 4243ff6d0c
commit 910868f3ed
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ x-superset-depends-on: &superset-depends-on
- redis_superset
x-superset-volumes: &superset-volumes
# /app/pythonpath_docker will be appended to the PYTHONPATH in the final container
- ./superset:/app/docker
- ./docker/superset:/app/docker
- superset_home:/app/superset_home
services: