baur
baur copied to clipboard
Add support for .dockerignore files
All baur tasks that we execute are run via Dockerfiles. This gives the opportunity to limit the files that can be accessed in the docker container to the baur inputs. Ideas
- generate .dockerignore file based on the the inputs of an app + a given docker context path
- generate the baur inputs from a .dockerignore file and a docker context path
Related #141