From 60a18a9e9d97d7b410eff32f09143141ce3e5e83 Mon Sep 17 00:00:00 2001 From: Rowinson Gallego Date: Fri, 27 Dec 2024 15:17:12 -0500 Subject: [PATCH] Rebuild on up/down commands --- bin/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/run.sh b/bin/run.sh index 774dcf4..80e69b4 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -34,11 +34,12 @@ setup() { } up() { - docker compose up -d + docker compose up --build -d } down() { docker compose down + rm -rf ./data } console() {