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