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