fix: flag for reconstruct command

This commit is contained in:
Roman 2025-03-31 06:50:35 +00:00
parent 1e1afa15ea
commit d07eebd31c
No known key found for this signature in database
GPG Key ID: 8857C6B7DBCEA320

View File

@ -3,7 +3,7 @@ from src.env_vars import NOMOS_IMAGE, HTTP_PROXY_IMAGE
nomos_cli = {
"reconstruct": {
"image": NOMOS_IMAGE,
"flags": [{"--app-blobs": [0]}], # Value [] is a list of indexes into list of values required for the flag
"flags": [{"--app-shares": [0]}], # Value [] is a list of indexes into list of values required for the flag
"volumes": [],
"ports": [],
"entrypoint": "",