Buuntu/fastapi-react

script build.sh continues to execute even if the docker is not available

numbnp opened this issue · 1 comments

It happens that I start the build.sh at the moment when docker is not running yet.

The script shows the trace of the error from the "docker-compose up" but does not quit, but continues executing commands

This is not critical at the moment, but in the future it may have destructive actions.

Resolve in #161