summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdev-run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-run.sh b/dev-run.sh
index 4d0aa2b..df337d8 100755
--- a/dev-run.sh
+++ b/dev-run.sh
@@ -5,6 +5,7 @@ mypy --strict --namespace-packages --ignore-missing-imports --cache-dir=/tmp/ s
black --line-length 120 src/collector/*.py # || exit 1
pylint --max-line-length 120 src/collector/*.py # || exit 1
+mkdir -p data/mongodb_data
sudo chown -R $USER data/mongodb_data
docker-compose -f docker-compose.yml build