aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/justfile b/justfile
index 4e0c917..e66752f 100644
--- a/justfile
+++ b/justfile
@@ -12,10 +12,7 @@ update:
go run .
stop:
- podman stop postgres adminer || (echo "no container"; exit 0)
- podman network rm db
-
-clean-network:
+ podman stop postgres adminer || (echo "no container")
podman network rm db || echo "no network"
build: