mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-26 01:38:57 +00:00
ensure we get logs for both db and backend with docker compose w/ burnettk
This commit is contained in:
parent
b93fca85ec
commit
76c3f13630
@ -7,4 +7,5 @@ function error_handler() {
|
||||
trap 'error_handler ${LINENO} $?' ERR
|
||||
set -o errtrace -o errexit -o nounset -o pipefail
|
||||
|
||||
docker compose logs "$@"
|
||||
# "docker compose logs" is only getting the db logs so specify them both
|
||||
docker compose logs db spiffworkflow-backend
|
||||
|
Loading…
x
Reference in New Issue
Block a user