Skip to content

Commit

Permalink
Use derby-docs directory inside docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed May 30, 2024
1 parent 1e7aeaa commit 2605fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The site is viewable at `http://localhost:4000/derby/`.
One-time container creation:

```
docker run --name derby-docs-ruby -v "$(pwd)/docs:/docs" -p 127.0.0.1:4000:4000 ruby:2.7 bash -c 'cd docs && bundle install && bundle exec jekyll serve -H 0.0.0.0 -P 4000 --trace'
docker run --name derby-docs-ruby -v "$(pwd)/docs:/derby-docs" -p 127.0.0.1:4000:4000 ruby:2.7 bash -c 'cd derby-docs && bundle install && bundle exec jekyll serve -H 0.0.0.0 -P 4000 --trace'
```

Subsequently, to run the dev server:
Expand Down

0 comments on commit 2605fac

Please sign in to comment.