build(config.yml): see container logs

This commit is contained in:
Krrish Dholakia 2024-01-10 17:24:53 +05:30
parent 2302e01cc4
commit 4de9a1541d

View file

@ -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"