fix(docker): use logging.prod.conf for sharness

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-12-07 13:44:13 -08:00
parent 409229739e
commit 7831503c19
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
3 changed files with 10 additions and 1 deletions

View file

@ -275,7 +275,7 @@ services:
init: true
environment:
- AUR_CONFIG=conf/config.sqlite
entrypoint: /docker/test-sqlite-entrypoint.sh
entrypoint: /docker/sharness-entrypoint.sh
command: /docker/scripts/run-sharness.sh
stdin_open: true
tty: true