mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-13 13:16:26 +00:00
working directory appears to have changed
@@ -14,9 +14,9 @@ To get help and real-time progress reporting, use interactive mode:
|
||||
|
||||
$ docker run --rm -it tyrrrz/discordchatexporter
|
||||
|
||||
When running in Docker, DiscordChatExporter's working directory is `/app/out`. In order to access the exported files, you need to bind the output directory to a directory on your host system.
|
||||
When running in Docker, DiscordChatExporter's working directory is `/a`. In order to access the exported files, you need to bind the output directory to a directory on your host system.
|
||||
|
||||
$ docker run --rm -v ${PWD}:/app/out tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL
|
||||
$ docker run --rm -v ${PWD}:/a tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL
|
||||
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user