Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/DiscordChatExporter/commit/ba72927c379d0359eaf3cf64ddb339cdb6a4705c You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix pathing in docker entrypoint

pull/1199/head
Oleksii Holub 1 year ago committed by GitHub
parent 822bab2365
commit ba72927c37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,4 +7,4 @@ if [ "$(id -u)" = '0' ]; then
exec su-exec dce "$0" "$@"
fi
exec ./DiscordChatExporter.Cli "$@"
exec /opt/app/DiscordChatExporter.Cli "$@"

Loading…
Cancel
Save