diff --git a/launch.sh b/launch.sh index 7dab562..528b794 100755 --- a/launch.sh +++ b/launch.sh @@ -1,5 +1,7 @@ #!/bin/sh +git pull + docker pull registry.gitlab.com/churl/quizbot docker container rm -f quizbot docker run -d --env-file /home/christoph/QuizBot/.env --mount src=/home/christoph/QuizBot/quizes,target=/quiz,type=bind --name quizbot registry.gitlab.com/churl/quizbot