Move default CMD at the end of the Dockerfile
The default CMD is not the one expected on the current docker image... $ docker inspect -f '{{.Config.Cmd}}' registry.esss.lu.se/ics-docker/notebook:master [/bin/sh -c #(nop) USER conda]
The default CMD is not the one expected on the current docker image... $ docker inspect -f '{{.Config.Cmd}}' registry.esss.lu.se/ics-docker/notebook:master [/bin/sh -c #(nop) USER conda]