cmc-sales/build_docker_stg.sh

4 lines
101 B
Bash
Raw Normal View History

2020-07-14 07:24:53 +00:00
ID=$(docker ps -f ancestor=cmc:stg -q)
2020-07-14 06:00:05 +00:00
docker kill $ID
docker build -f Dockerfile_stg . -t "cmc:stg"