mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-23 06:38:24 +00:00
ensure we get logs for both db and backend with docker compose w/ burnettk
This commit is contained in:
parent
fd1b1386bf
commit
45097a10d9
@ -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