Skip to content

Commit

Permalink
docs: update docs for docker build ops
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Mar 19, 2022
1 parent f66c221 commit ec60449
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 @@ -131,7 +131,7 @@ env GOOS=linux GOARCH=amd64 go build -v github.com/looterz/grimd
Run container and test
```shell
mkdir sources
docker build -t grimd:latest . && \
docker build -t grimd:latest -f docker/Dockerfile . && \
docker run -v $PWD/sources:/sources --rm -it -P --name grimd-test grimd:latest --config /sources/grimd.toml --update
```

Expand Down

0 comments on commit ec60449

Please sign in to comment.