mirror of
https://github.com/skerkour/black-hat-rust
synced 2026-06-08 17:29:34 +00:00
extra/publishing: Fix docker command --ti to -ti
This commit is contained in:
@@ -7,7 +7,7 @@ Put your files in a `src` folder and edit the `Makefile` accordingly.
|
||||
Then:
|
||||
```shell
|
||||
$ make docker
|
||||
$ docker run --ti --rm -v `pwd`:/ebook localhost/skerkour/ebook
|
||||
$ docker run -ti --rm -v `pwd`:/ebook localhost/skerkour/ebook
|
||||
```
|
||||
|
||||
All your ebooks are now in the `ebooks` folder.
|
||||
|
||||
Reference in New Issue
Block a user