Updated Docker usage instructions (markdown)

Oleksii Holub
2022-11-18 05:53:33 +02:00
parent 9463a04368
commit a2d0f66844

@@ -79,7 +79,7 @@ If you use the Docker image on arm (for example Raspberry Pi), you'd build the i
```bash ```bash
$ git clone https://github.com/Tyrrrz/DiscordChatExporter.git $ git clone https://github.com/Tyrrrz/DiscordChatExporter.git
$ cd DiscordChatExporter $ cd DiscordChatExporter
$ docker build -t tyrrrz/discordchatexporter:latest . $ docker build -f DiscordChatExporter.Cli.dockerfile -t tyrrrz/discordchatexporter:latest .
``` ```
After a while, some images are built like below. After a while, some images are built like below.