4 lines
89 B
Bash
4 lines
89 B
Bash
|
|
ID=$(docker ps -f ancestor=cmc:latest -q)
|
||
|
|
docker kill $ID
|
||
|
|
docker build . -t "cmc:latest"
|