From 328f6e4469a49b11f7bec4342e77f54734d5cb44 Mon Sep 17 00:00:00 2001 From: churl Date: Fri, 21 Jan 2022 10:57:50 +0100 Subject: [PATCH] pull and launch --- launch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launch.sh b/launch.sh index 6438f75..0d04d8d 100755 --- a/launch.sh +++ b/launch.sh @@ -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