diff options
-rwxr-xr-x | dev-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |