I have the following repository:
.
└── binder
└── example1
└── Dockerfile
when I launch this repository, Binderhub builds a docker image for the whole repo. Is it possible to build a docker image from the example1 Dockerfile?
I have the following repository:
.
└── binder
└── example1
└── Dockerfile
when I launch this repository, Binderhub builds a docker image for the whole repo. Is it possible to build a docker image from the example1 Dockerfile?