fix: local docker deployment (#10738)
Fix issue where dependencies listed in ./docker/requirements-local.txt are not installed
This commit is contained in:
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...
|
||||
|
|
|
|||
Loading…
Reference in New Issue