launch.sh
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
git pull
|
||||||
|
|
||||||
docker pull registry.gitlab.com/churl/quizbot
|
docker pull registry.gitlab.com/churl/quizbot
|
||||||
docker container rm -f 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
|
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
|
||||||
|
Reference in New Issue
Block a user