Fix pathing in docker entrypoint

pull/1199/head
Oleksii Holub 3 months 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