-
Task
-
Resolution: Fixed
-
Should have
-
None
-
5
-
Dev Tools
-
Sprint #161
Running `make dev` when some docker containers (on the same prefix) or wordpress content already exist can lead to unpredictable results.
We should add a control before `make dev`, that will verify
- if any docker-compose containers/volumes/networks are already there
- if persistence folder is there and not empty
and if so, give a choice to the user to continue, advising to abort and run `make clean`.