chore(devcontainer): change volume name
Some checks failed
Actions / Build Documentation (MkDocs) (push) Failing after 0s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 44s

This commit is contained in:
cswimr 2025-01-24 23:05:24 +00:00
parent d62ff5b3c9
commit ffd45c77c5
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -29,7 +29,7 @@
"UV_PYTHON_DOWNLOADS": "never",
"PROJECT_DIR": "/workspaces/SeaCogs"
},
"mounts": ["source=uv-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
"mounts": ["source=seacogs-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
"postCreateCommand": "uv sync --frozen",
"remoteUser": "vscode"
}