diff --git a/README.md b/README.md index 6f1016e..f443710 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ The site should now be running on localhost port 4000. Changes to files will sho To install the site locally with docker run the following commands: 1. Clone the repo `$ git clone git@github.com:griffithlab/rnabio.org.git` -2. Pull the docker image `$ docker pull griffithlab/rnabiodev:0.0.2` -3. Run the docker `$ docker run -p 4000:4000 -v ~/git/rnabio.org/:/opt/git/rnabio.org -it griffithlab/rnabiodev:0.0.2` +2. Pull the docker image `$ docker pull griffithlab/rnabiodev:0.0.3` +3. Run the docker `$ docker run -p 4000:4000 -v ~/git/rnabio.org/:/opt/git/rnabio.org -it griffithlab/rnabiodev:0.0.3` Make sure that the above command has correct path to cloned git repo (The first part specified with -v option). The site should now be running on localhost port 4000. Changes to files will show up interactively on localhost:4000.