add a script to rebuild the docker container and run it

This commit is contained in:
Jon
2026-02-10 19:54:08 -07:00
parent e8b05c7870
commit 2208524a3f

5
scripts/rebuild.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
docker stop fit
docker rm fit
docker run --name fit --restart=unless-stopped -d fit