From a5e2a560583208826c5e9a925afce083b905d8b5 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Tue, 23 Jul 2019 19:44:43 +0300 Subject: [PATCH] Updated Docker usage instructions (markdown) --- Docker-usage-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md index 9f88f9c..f69ea76 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -18,6 +18,7 @@ When running in Docker, DiscordChatExporter's working directory is `/app/out`. I $ docker run --rm -v ${PWD}:/app/out tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL +For more information, you can refer to the `Dockerfile` [here](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/Dockerfile). ## Special thanks to [@simnalamburt](https://github.com/simnalamburt) (Dockerize) and [@shlagevuk](https://github.com/shlagevuk) (Legacy Script) \ No newline at end of file