From d9338da50a5d2ddf99f1d23003b54cc13dcf42f7 Mon Sep 17 00:00:00 2001 From: churl Date: Mon, 24 Jan 2022 22:04:58 +0100 Subject: [PATCH] launch.sh --- launch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launch.sh b/launch.sh index 95a25ab..b544b38 100755 --- a/launch.sh +++ b/launch.sh @@ -1,5 +1,7 @@ #!/bin/sh +git pull + 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