From a2d0f668444dd1646a2d0b35fe8dd6550c1b0a20 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Fri, 18 Nov 2022 05:53:33 +0200 Subject: [PATCH] Updated Docker usage instructions (markdown) --- Docker-usage-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md index 37dd8a9..edd02f9 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -79,7 +79,7 @@ If you use the Docker image on arm (for example Raspberry Pi), you'd build the i ```bash $ git clone https://github.com/Tyrrrz/DiscordChatExporter.git $ 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.