fix(docker): set notifications up in test config

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-12-06 14:56:39 -08:00
parent c3d962a0d0
commit 32660881f6
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -13,4 +13,7 @@ aurweb-config set database socket '/var/run/mysqld/mysqld.sock'
aurweb-config unset database password
aurweb-config unset database port
# Setup notifications for testing.
aurweb-config set notifications sendmail "$(pwd)/util/sendmail"
exec "$@"