chore: add start/stop scripts

This commit is contained in:
Ricardo Arturo Cabral Mejía
2022-12-20 23:05:12 -05:00
parent 5edfc04d77
commit bb08f7637d
7 changed files with 51 additions and 33 deletions

8
scripts/clean Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
PROJECT_ROOT="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))/.."
$PROJECT_ROOT/scripts/stop_docker
docker system prune
docker volume prune