#!/bin/sh docker rm -f job docker rmi job:1.0.0 cd /mnt/data/invest/job docker build -t job:1.0.0 . docker run -di --name job -p 9203:9203 job:1.0.0