diff --git a/binder/postBuild b/binder/postBuild index c8e9ab425..4f9cbc217 100755 --- a/binder/postBuild +++ b/binder/postBuild @@ -7,14 +7,16 @@ pip install git+https://github.com/blink1073/mtools@pymongo-4 pip install -e ".[srv]" -yes | m $(cat binder/VERSION) +cd binder + +yes | m $(cat VERSION) m -./binder/init +./init -python ./binder/bootstrap.py +python ./bootstrap.py mlaunch kill -rm -rf ./binder/data \ No newline at end of file +rm -rf ./data \ No newline at end of file