Skip to content

Commit

Permalink
docker README fix [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 13, 2021
1 parent b530c9e commit 618d226
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 @@ -36,11 +36,11 @@ cd docker
docker-compose build pagy pagy-jekyll
```

or just set it with the command. For example:
or just set them with the command. For example:

```sh
cd docker
GROUP=dd UID=1000 GID=1000 && docker-compose build pagy pagy-jekyll
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.
Expand Down

0 comments on commit 618d226

Please sign in to comment.