dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
539 stars 29 forks source link

Replace `make create_context` with .dockerignore #712

Open itamarst opened 5 years ago

itamarst commented 5 years ago

make create_context is used to create smaller Docker build context. .dockerignore is probably an easier way to do this.