diff --git a/deploy.sh b/deploy.sh index aabf40e..a63bd70 100644 --- a/deploy.sh +++ b/deploy.sh @@ -41,8 +41,8 @@ git -C "$ROOT_DIR" pull echo "Stopping containers..." docker compose -f "$COMPOSE_FILE" down -echo "Building containers (no cache)..." -docker compose -f "$COMPOSE_FILE" build --no-cache +echo "Building containers (using cache)..." +docker compose -f "$COMPOSE_FILE" build echo "Starting containers..." docker compose -f "$COMPOSE_FILE" up -d --force-recreate