Avoid getting jupyter artifacts in mounted directory

This commit is contained in:
Brandon Chinn 2021-08-18 12:13:43 -07:00
parent 2f75894f0d
commit e9efce1cae
2 changed files with 2 additions and 3 deletions

View File

@ -84,8 +84,7 @@ ENV hlint_datadir ${HLINT_DATA_DIR}
# Set current user + directory
USER ${NB_UID}
ENV HOME /home/${NB_USER}
WORKDIR ${HOME}
WORKDIR /home/${NB_USER}/src
# Set up global project
COPY --from=builder --chown=${NB_UID} /build/resolver.txt /tmp/

View File

@ -137,7 +137,7 @@ In order to mount your own local files into the Docker container
use following command:
```sh
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan gibiansky/ihaskell
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/src gibiansky/ihaskell
```
Be aware that the directory you're mounting must contain