Add docker build step to rebuild script

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jon
2026-02-10 19:58:42 -07:00
parent 06deefe011
commit 46e7bef4b2

View File

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