launch.sh

This commit is contained in:
churl
2022-01-24 22:04:13 +01:00
parent d918fb31c1
commit e9565db171

View File

@ -3,3 +3,4 @@
docker pull registry.gitlab.com/churl/heidibot
docker container rm -f heidibot
docker run -d --env-file /home/christoph/HeidiBot/.env --mount src=/home/christoph/HeidiBot/voicelines,target=/sounds,type=bind --name heidibot registry.gitlab.com/churl/heidibot
docker image prune -f