MiWatch_MiWatchBot/UpdateBot.sh

4 lines
219 B
Bash
Raw Normal View History

2020-06-29 10:57:55 +00:00
docker stop miwatch_miwatchbot &&\
docker rm --force miwatch_miwatchbot &&\
docker build -t miwatch_miwatchbot . &&\
docker run -v ${PWD}/logs:/usr/src/app/logs -d --name miwatch_miwatchbot miwatch_miwatchbot:latest