binder-project/binder

Directives injected in Dockerfile conflict

remram44 opened this issue · 0 comments

It seems that when building an image from a custom Dockerfile, binder goes through some notebook-related directives before getting to mine. In particular, these are set when my Dockerfile starts running:

WORKDIR /home/main/notebooks
USER main

Obviously this will break most Dockerfiles. Please reset these if they are supposed to be temporary (at least the USER one?)