Tony Denmely

Results 2 comments of Tony Denmely

How I solved. ![01](https://user-images.githubusercontent.com/84863520/225649919-d834ddb9-dfc6-4c38-999f-6fd76d2e4238.png) ![02](https://user-images.githubusercontent.com/84863520/225649962-6745042a-f1a3-485a-8c8f-7b697ed9af8e.png) ![03](https://user-images.githubusercontent.com/84863520/225650039-99742452-4c85-405f-b664-bfc8dee796a6.png) ![04](https://user-images.githubusercontent.com/84863520/225650312-5cf678e2-e4b1-40d2-9e27-815a4796aa2d.png) I hope I was helpfull.

Following this example below, I hope it helps others: ``` docker exec container_name php artisan migrate --database=api status=$? if [ $status -ne 0 ]; then echo "Erro: O comando de...