From e9565db1714597eaf16e88c0b398697374c007cf Mon Sep 17 00:00:00 2001 From: churl Date: Mon, 24 Jan 2022 22:04:13 +0100 Subject: [PATCH] launch.sh --- launch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/launch.sh b/launch.sh index 785c3cf..95a25ab 100755 --- a/launch.sh +++ b/launch.sh @@ -3,3 +3,4 @@ docker pull registry.gitlab.com/churl/heidibot docker container rm -f heidibot docker run -d --env-file /home/christoph/HeidiBot/.env --mount src=/home/christoph/HeidiBot/voicelines,target=/sounds,type=bind --name heidibot registry.gitlab.com/churl/heidibot +docker image prune -f