Remove dev stop task

This commit is contained in:
Andreas Zweili 2024-03-11 15:39:59 +01:00
parent 3bb02349a3
commit 2b700728bd
1 changed files with 0 additions and 6 deletions

6
dev.sh
View File

@ -72,12 +72,6 @@ tasks["run"]=run
descriptions["start"]="Alias for run."
tasks["start"]=run
stop() {
process-compose down
}
descriptions["stop"]="Stop the webserver and DB."
tasks["stop"]=stop
build-container() {
nix build && docker load <result && docker run --rm -ti network-inventory:latest
}