mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
Avoid getting jupyter artifacts in mounted directory
This commit is contained in:
parent
2f75894f0d
commit
e9efce1cae
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user