mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: local docker deployment (#10738)
Fix issue where dependencies listed in ./docker/requirements-local.txt are not installed
This commit is contained in:
committed by
GitHub
parent
5a106eb8f5
commit
aeaee811cd
@@ -20,7 +20,7 @@
|
||||
######################################################################
|
||||
FROM preset/superset:dev
|
||||
|
||||
COPY ./requirements/*.txt ./docker/requirements-*.txt/ /app/requirements/
|
||||
COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/
|
||||
|
||||
USER root
|
||||
# Cache everything for dev purposes...
|
||||
|
||||
Reference in New Issue
Block a user