aboutsummaryrefslogtreecommitdiffstats
path: root/checker/local.sh
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-07-02 00:08:54 +0200
committerLouis Burda <quent.burda@gmail.com>2021-07-02 00:31:46 +0200
commitecf4de6db67ce19d90a0b55ad8c1544087398a4c (patch)
tree8988e5cc79a54f6c692130aaa669e73b66e42c4d /checker/local.sh
parent7501a1d6c20581312eb37de883ab52e83e27c8fa (diff)
downloadenowars5-service-stldoctor-ecf4de6db67ce19d90a0b55ad8c1544087398a4c.tar.gz
enowars5-service-stldoctor-ecf4de6db67ce19d90a0b55ad8c1544087398a4c.zip
refactored code to be style compliant and mostly statically typed with mypy
Diffstat (limited to 'checker/local.sh')
-rw-r--r--checker/local.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/checker/local.sh b/checker/local.sh
index 90425c0..81a6312 100644
--- a/checker/local.sh
+++ b/checker/local.sh
@@ -1,6 +1,7 @@
#!/bin/sh
if [ -z "$(docker ps | grep stldoctor-mongo)" ]; then
+ docker-compose down -v
docker-compose up -d stldoctor-mongo
fi