Use the dokku app storage
This commit is contained in:
parent
16c2692099
commit
866c17f2dc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ logging.basicConfig()
|
|||
|
||||
def setup_args():
|
||||
parser = argparse.ArgumentParser(description="mwmbl-tinysearchengine")
|
||||
parser.add_argument("--index", help="Path to the tinysearchengine index file", default="/data/index.tinysearch")
|
||||
parser.add_argument("--index", help="Path to the tinysearchengine index file", default="/app/storage/index.tinysearch")
|
||||
args = parser.parse_args()
|
||||
return args
|
||||
|
||||
|
|
Loading…
Reference in a new issue