Skip to content

Commit 6cf9bee

Browse files
authored
Merge pull request #7 from nilsnolde/patch-1
docker build instead of docker-compose build
2 parents f8240d1 + 5ae42f8 commit 6cf9bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For convenience, a Docker image can be built for this project. There are a few e
8484

8585
```
8686
# build the image and spin up the container(s)
87-
docker-compose build pgrserver
87+
docker build -t mbasa/pgrserver:latest .
8888
docker-compose up -d
8989
```
9090

0 commit comments

Comments
 (0)