Tony Denmely
Tony Denmely
How I solved.     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...