From 0493910966fb484e93cfa70ba4bb5098903dafd3 Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Mon, 16 Mar 2026 21:43:01 -0400 Subject: [PATCH] deploy: clean up old containers before starting new ones --- scripts/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index da30526..e746551 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -51,6 +51,7 @@ if [ "$APP" = "nginx" ]; then docker compose run --rm -T nginx nginx -t fi +docker compose down --remove-orphans docker compose up -d if [ "$APP" = "nginx" ]; then