launch.sh
This commit is contained in:
@ -3,3 +3,4 @@
|
|||||||
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
|
||||||
|
docker image prune -f
|
||||||
|
|||||||
Reference in New Issue
Block a user