Skip to content

Commit

Permalink
fix: local docker deployment (#10738)
Browse files Browse the repository at this point in the history
Fix issue where dependencies listed in ./docker/requirements-local.txt are not installed
  • Loading branch information
vigneshTheDev authored Sep 2, 2020
1 parent 5a106eb commit aeaee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit aeaee81

Please sign in to comment.