Skip to content

Commit

Permalink
fix typo in readme for dockerfile building
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jun 16, 2022
1 parent 3ded782 commit 90f7415
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 @@ -117,7 +117,7 @@ the default one. Normal Docker behavior applies, so:
If you're using a custom Dockerfile, you can use `target.{{TARGET}}.dockerfile` to automatically build it

``` toml
[target.aarch64-unknown-linux-gnu.dockerfile]
[target.aarch64-unknown-linux-gnu]
dockerfile = "./path/to/where/the/Dockerfile/resides"
```

Expand Down

0 comments on commit 90f7415

Please sign in to comment.