dev: whatever
This commit is contained in:
parent
961b90c4d6
commit
36882aa3b7
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -39,9 +39,9 @@ uninstall :
|
|||
rm -r $(WWW_PATH) || true
|
||||
|
||||
# TODO(ugly)
|
||||
-docker container prune
|
||||
-docker volume rm my-awesome-compose_db
|
||||
-docker volume rm my-awesome-compose_www
|
||||
docker container prune
|
||||
docker volume rm my-awesome-compose_db || true
|
||||
docker volume rm my-awesome-compose_www || true
|
||||
|
||||
|
||||
## 'uninstall' then 'install'
|
||||
|
|
Loading…
Add table
Reference in a new issue