Skip to content

Commit

Permalink
Merge pull request #7 from nilsnolde/patch-1
Browse files Browse the repository at this point in the history
docker build instead of docker-compose build
  • Loading branch information
mbasa authored Jul 18, 2022
2 parents f8240d1 + 5ae42f8 commit 6cf9bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For convenience, a Docker image can be built for this project. There are a few e

```
# build the image and spin up the container(s)
docker-compose build pgrserver
docker build -t mbasa/pgrserver:latest .
docker-compose up -d
```

Expand Down

0 comments on commit 6cf9bee

Please sign in to comment.