diff --git a/Dockerfile b/Dockerfile index d4e992e..39d4324 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ # Copyright (c) UBC-DSCI Development Team. FROM ubcdsci/py-dsci-100:20230831022048aa49aa +# Switch the working directory back to the homedir +WORKDIR "${HOME} + # Make sure the contents of our repo are in ${HOME} for binder COPY . ${HOME} USER root