From 2208524a3f396ce1ea005ca4f85bbf96a64446a7 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 10 Feb 2026 19:54:08 -0700 Subject: [PATCH] add a script to rebuild the docker container and run it --- scripts/rebuild.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/rebuild.sh diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh new file mode 100755 index 0000000..7d4a541 --- /dev/null +++ b/scripts/rebuild.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +docker stop fit +docker rm fit +docker run --name fit --restart=unless-stopped -d fit