Add docker build step to rebuild script
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user