Skip to content

Commit

Permalink
Update README with docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Nov 11, 2024
1 parent 190e326 commit 0cf88b1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ If so, find us at the [support desk](https://support.opensciencegrid.org).
### Using Local Computer for Developement

To make changes to the website clone the files and run the below line to run the container.

```shell
docker run -it -p 8002:8000 -v $PWD:/app -w /app ruby:2.7 /bin/bash
```
docker run -it -p 8002:8000 -v $PWD:/app -w /app ruby:2.6.8 /bin/bash
```

In the container run the below line to build the website.
```

```shell
gem install bundler:2.2.30
bundle install
bundle exec jekyll serve --watch --config _config.yml -H 0.0.0.0 -P 8000
Expand Down

0 comments on commit 0cf88b1

Please sign in to comment.