pull and launch

This commit is contained in:
churl
2022-01-21 10:57:50 +01:00
parent 10030a92aa
commit 328f6e4469

View File

@ -1,3 +1,5 @@
#!/bin/sh
docker pull registry.gitlab.com/churl/heidibot
docker container rm -f heidibot
docker run -d --env-file .env --mount src=/home/christoph/HeidiBot/voicelines,target=/sounds,type=bind --name heidibot registry.gitlab.com/churl/heidibot