Skip to content

Commit

Permalink
Move superset_config.py file to contrib/docker
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Martín <[email protected]>
  • Loading branch information
carlosms committed May 23, 2019
1 parent 70be535 commit df208b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ superset-docker-push-latest-release:
.PHONY: superset-clean
superset-clean:
rm -f "$(SUPERSET_DIR)/superset_config.py"
rm -f "$(SUPERSET_DIR)/superset/superset_config.py"
git clean -fd $(SUPERSET_DIR)

# Add superset upstream remote if doesn't exists
Expand Down
1 change: 1 addition & 0 deletions superset/contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN cd superset/assets \
&& npm run build \
&& rm -rf node_modules

COPY contrib/docker/superset_config.py ./superset/
COPY contrib/docker/docker-init.sh .
COPY contrib/docker/add_gitbase.py .
COPY contrib/docker/docker-entrypoint.sh /entrypoint.sh
Expand Down
File renamed without changes.

0 comments on commit df208b5

Please sign in to comment.