Skip to content

Commit

Permalink
Update docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
akmittal committed Oct 22, 2023
1 parent 7131fa7 commit 019588a
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 @@ -46,7 +46,7 @@ From within the root of the repo run the following command to build an image of
`renterd` tagged `renterd`.

```bash
docker build -t renterd .
docker build -t renterd . -f docker/Dockerfile
```

### Run Container
Expand Down

0 comments on commit 019588a

Please sign in to comment.