forked from phoenix/litellm-mirror
build(config.yml): see container logs
This commit is contained in:
parent
2302e01cc4
commit
4de9a1541d
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ jobs:
|
|||
- run:
|
||||
name: Wait for app to be ready
|
||||
command: dockerize -wait http://localhost:4000 -timeout 1m
|
||||
- run:
|
||||
name: Display container logs
|
||||
command: docker logs my-app
|
||||
- run:
|
||||
name: Test the application
|
||||
command: curl -s "http://localhost:4000/health/readiness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue