Files
fit/scripts/rebuild.sh
2026-02-10 19:58:42 -07:00

7 lines
119 B
Bash
Executable File

#!/bin/bash
docker build -t fit .
docker stop fit
docker rm fit
docker run --name fit --restart=unless-stopped -d fit