1
0
mirror of https://github.com/IHaskell/IHaskell.git synced 2025-04-20 05:16:09 +00:00

Fix README

This commit is contained in:
Brandon Chinn 2021-08-17 18:03:01 -07:00
parent 66ad39913f
commit 1b752edd0c

@ -123,7 +123,7 @@ in the top directory.
```bash
docker build -t ihaskell:latest .
docker run --rm -it -p8888:8888 ihaskell:latest
docker run --rm -p 8888:8888 ihaskell:latest
```
Or use the continuously updated Docker image
@ -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/work gibiansky/ihaskell
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan gibiansky/ihaskell
```
Be aware that the directory you're mounting must contain