Skip to content

Commit

Permalink
docker README fixes [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 25, 2021
1 parent ac988fd commit c178c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cd docker
GROUP=$(id -gn) UID=$(id -u) GID=$(id -g) docker-compose build pagy pagy-jekyll
```

You need to run this only once to build the images.
You need to run this only once, when you build the images. After that you just run th containers (see below).

## Use it

Expand All @@ -55,7 +55,7 @@ docker-compose up

Open a terminal in the pagy container and run the usual `bundle install` to install the gems into the `pagy_bundle` volume.

Then you cou can run `irb -I lib -r pagy` from the container in order to have `pagy` loaded and ready to try.
Then you can run `irb -I lib -r pagy` from the container in order to have `pagy` loaded and ready to try.

Run all the tests by simply running `rake` without arguments.

Expand Down

0 comments on commit c178c6f

Please sign in to comment.