ktvmanager/UpdateContainer.sh
karl.hudgell 97502e8e53 new port
2021-02-04 17:24:13 +00:00

4 lines
193 B
Bash

docker stop bblbtv_dns &&\
docker rm --force bblbtv_dns &&\
docker build -t bblbtv_dns . &&\
docker run -p 6969:6969 -v ${PWD}/logs:/usr/src/app/logs -d --name bblbtv_dns bblbtv_dns:latest