A minimal image to run dbt with Docker. The repo contains also a continuous delivery to publish new Docker image to Dockerhub.
- Docker
make build: build the imagemake test-build: build the image, and then rundbt --versionto check that everything works properlymake dhub-push: push the image to Dockerhub