From 2ae85995573e0e5c4d77589e231686729d32abf8 Mon Sep 17 00:00:00 2001 From: churl Date: Mon, 24 Jan 2022 22:59:54 +0100 Subject: [PATCH] launch.sh --- launch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 0f16ddf..50cb1a8 100755 --- a/launch.sh +++ b/launch.sh @@ -1,6 +1,7 @@ #!/bin/sh -git -C QuizBot pull +cd /home/christoph/QuizBot +git pull docker pull registry.gitlab.com/churl/quizbot docker container rm -f quizbot