adds minio autoconfigure script

This commit is contained in:
Tomasz Dłuski
2020-09-05 13:54:40 +02:00
parent dd7bf41193
commit bddbec77f1
3 changed files with 44 additions and 1 deletions

4
run_create_bucket.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
source .env
pip install Minio
python ./create_bucket.py