build(config.yml): add better logs

This commit is contained in:
Krrish Dholakia 2024-01-19 15:08:24 -08:00
parent 22daf75a35
commit 89391f84eb

View file

@ -143,11 +143,7 @@ jobs:
sudo rm dockerize-linux-amd64-v0.6.1.tar.gz
- run:
name: Start outputting logs
command: |
while true; do
docker logs my-app
sleep 10
done
command: docker logs -f my-app
background: true
- run:
name: Wait for app to be ready