Buuntu / fastapi-react

🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
MIT License
2.22k stars 349 forks source link

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

Closed numbnp closed 3 years ago

numbnp commented 3 years ago

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.

numbnp commented 3 years ago

Resolve in #161