diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 7d4a541..9732ae3 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -1,5 +1,6 @@ #!/bin/bash +docker build -t fit . docker stop fit docker rm fit docker run --name fit --restart=unless-stopped -d fit