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…
Reference in New Issue