mirror of
https://github.com/Cameri/nostream.git
synced 2025-09-17 19:13:35 +02:00
chore: add start/stop scripts
This commit is contained in:
8
scripts/clean
Executable file
8
scripts/clean
Executable 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
|
Reference in New Issue
Block a user