source: imaps-frontend/node_modules/nanoid/.devcontainer.json

main
Last change on this file was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 539 bytes
Line 
1{
2 "image": "localhost/ai-opensource:latest",
3 "forwardPorts": [],
4 "mounts": [
5 {
6 "source": "pnpm-store",
7 "target": "/home/ai/.local/share/pnpm/store",
8 "type": "volume"
9 },
10 {
11 "source": "shell-history",
12 "target": "/home/ai/.local/share/history/",
13 "type": "volume"
14 }
15 ],
16 "workspaceMount": "",
17 "runArgs": [
18 "--userns=keep-id:uid=1000,gid=1000",
19 "--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z",
20 "--network=host",
21 "--ulimit=host"
22 ]
23}
Note: See TracBrowser for help on using the repository browser.