fix: Fixing issue around requirements-local.txt (#11769)

* Fixing issue around requirements-local.txt

* Fixing license

* Linting
This commit is contained in:
Craig Rueda
2020-11-20 14:18:17 -08:00
committed by GitHub
parent 1ef3a02e7a
commit 141cb45b5a
4 changed files with 54 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ POSTGRES_PASSWORD=superset
#MYSQL_RANDOM_ROOT_PASSWORD=yes
# Add the mapped in /app/pythonpath_docker which allows devs to override stuff
PYTHONPATH=/app/pythonpath:/app/pythonpath_docker
PYTHONPATH=/app/pythonpath:/app/docker/pythonpath_dev
REDIS_HOST=redis
REDIS_PORT=6379