Skip to content

Commit ec60449

Browse files
committed
docs: update docs for docker build ops
1 parent f66c221 commit ec60449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ env GOOS=linux GOARCH=amd64 go build -v github.com/looterz/grimd
131131
Run container and test
132132
```shell
133133
mkdir sources
134-
docker build -t grimd:latest . && \
134+
docker build -t grimd:latest -f docker/Dockerfile . && \
135135
docker run -v $PWD/sources:/sources --rm -it -P --name grimd-test grimd:latest --config /sources/grimd.toml --update
136136
```
137137

0 commit comments

Comments
 (0)