feat(devcontainer): initialize redbot instance in postCreateCommand
This commit is contained in:
parent
a82d3490e7
commit
ada949b486
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@
|
||||||
"PROJECT_DIR": "/workspaces/SeaCogs"
|
"PROJECT_DIR": "/workspaces/SeaCogs"
|
||||||
},
|
},
|
||||||
"mounts": ["source=seacogs-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
|
"mounts": ["source=seacogs-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
|
||||||
"postCreateCommand": "uv sync --frozen && sudo chown -R vscode:vscode /workspaces/SeaCogs/.data",
|
"postCreateCommand": "uv sync --frozen && sudo chown -R vscode:vscode /workspaces/SeaCogs/.data && uv run redbot-setup --no-prompt --instance-name=local --data-path=/workspaces/SeaCogs/.data --backend=json",
|
||||||
"remoteUser": "vscode"
|
"remoteUser": "vscode"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue