pull and launch
This commit is contained in:
@ -1,3 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker pull registry.gitlab.com/churl/quizbot
|
||||||
|
docker container rm -f quizbot
|
||||||
docker run -d --env-file .env --mount src=/home/christoph/QuizBot/quizes,target=/quiz,type=bind registry.gitlab.com/churl/quizbot
|
docker run -d --env-file .env --mount src=/home/christoph/QuizBot/quizes,target=/quiz,type=bind registry.gitlab.com/churl/quizbot
|
||||||
|
Reference in New Issue
Block a user