diff --git a/restart.sh b/restart.sh new file mode 100755 index 0000000..675226d --- /dev/null +++ b/restart.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +docker compose down +docker rmi crossfit-crossfit-booker +docker compose up -d \ No newline at end of file