Skip to content

Commit

Permalink
updating docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
obigriffith committed Apr 24, 2024
1 parent 699dcf5 commit 0bd4581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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.

Expand Down

0 comments on commit 0bd4581

Please sign in to comment.