rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
109 stars 23 forks source link

Check site after successfull creation #96

Closed Xieyt closed 8 months ago

Xieyt commented 8 months ago

Check if the site is created after execution of docker entrypoint to create the site. If site is not created then show a prompt to the user to delete the site.

This is help in automation of clearing broken sites.

Related Issues/Pull Requests

79 -> This will certainly fix this issue.

Xieyt commented 8 months ago

This has been implemented in #91.